diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-20 08:31:19 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-20 08:31:19 +0000 |
commit | 5c0c1eee9ea28c1b5a88c14dde7fc58f6cde6f1c (patch) | |
tree | 2d85833b2c652a0e8ad85e99c0cad3e9f2d64e3d /kde-base/kooka | |
parent | Stable on mips, bug #101333. (diff) | |
download | gentoo-2-5c0c1eee9ea28c1b5a88c14dde7fc58f6cde6f1c.tar.gz gentoo-2-5c0c1eee9ea28c1b5a88c14dde7fc58f6cde6f1c.tar.bz2 gentoo-2-5c0c1eee9ea28c1b5a88c14dde7fc58f6cde6f1c.zip |
Remove non-working flag for kadmos.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kooka')
-rw-r--r-- | kde-base/kooka/kooka-3.5_alpha1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-base/kooka/kooka-3.5_alpha1.ebuild b/kde-base/kooka/kooka-3.5_alpha1.ebuild index 8dde66092469..2bffa55c904f 100644 --- a/kde-base/kooka/kooka-3.5_alpha1.ebuild +++ b/kde-base/kooka/kooka-3.5_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5_alpha1.ebuild,v 1.1 2005/09/07 12:28:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5_alpha1.ebuild,v 1.2 2005/09/20 08:31:19 greg_g Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -9,13 +9,12 @@ inherit kde-meta eutils DESCRIPTION="Kooka is a KDE application which provides access to scanner hardware" KEYWORDS="~amd64" -IUSE="kadmos" +IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)" OLDDEPEND="~kde-base/libkscan-$PV" KMCOPYLIB="libkscan libkscan" KMEXTRACTONLY="libkscan" -# There's no ebuild for kadmos, and likely will never be since it isn't free, but you can enable this use flag -# to compile against the kadmos headers you installed yourself -myconf="$myconf $(use_with kadmos)" +# There's no ebuild for kadmos, and likely will never be since it isn't free. +myconf="$myconf --without-kadmos" |