23 lines
520 B
Bash
23 lines
520 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/nsplugins/nsplugins-4.7.4.ebuild,v 1.5 2012/02/18 16:18:53 nixnut Exp $
|
|
|
|
EAPI=4
|
|
|
|
KMNAME="kde-baseapps"
|
|
inherit kde4-meta
|
|
|
|
DESCRIPTION="Netscape plugins support for Konqueror."
|
|
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
|
|
IUSE="debug"
|
|
|
|
DEPEND="
|
|
x11-libs/libXt
|
|
"
|
|
RDEPEND="${DEPEND}
|
|
$(add_kdebase_dep konqueror)
|
|
"
|
|
|
|
KMEXTRACTONLY="
|
|
konqueror/settings/
|
|
"
|