diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-23 21:03:55 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-23 21:03:55 +0000 |
commit | 445fde062df74acea88e7e90fc84e911fcfbeb57 (patch) | |
tree | 086892da7d7d880ef6af5ddce422cf6e18e37ec9 /kde-base/mpeglib | |
parent | Cleanup PNP logic. (diff) | |
download | gentoo-2-445fde062df74acea88e7e90fc84e911fcfbeb57.tar.gz gentoo-2-445fde062df74acea88e7e90fc84e911fcfbeb57.tar.bz2 gentoo-2-445fde062df74acea88e7e90fc84e911fcfbeb57.zip |
Remove cdparanoia local flag.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'kde-base/mpeglib')
-rw-r--r-- | kde-base/mpeglib/mpeglib-3.4.0_beta1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/mpeglib/mpeglib-3.4.0_beta1.ebuild b/kde-base/mpeglib/mpeglib-3.4.0_beta1.ebuild index f0527fec839c..8cbc25d7dd4c 100644 --- a/kde-base/mpeglib/mpeglib-3.4.0_beta1.ebuild +++ b/kde-base/mpeglib/mpeglib-3.4.0_beta1.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/mpeglib/mpeglib-3.4.0_beta1.ebuild,v 1.1 2005/01/15 02:24:41 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/mpeglib/mpeglib-3.4.0_beta1.ebuild,v 1.2 2005/01/23 21:03:55 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -9,11 +9,11 @@ inherit kde-meta eutils DESCRIPTION="KDE mpeg library" KEYWORDS="~x86" -IUSE="cdparanoia" -DEPEND="cdparanoia? ( media-sound/cdparanoia )" +IUSE="" +DEPEND="media-sound/cdparanoia" if [ "${ARCH}" != "amd64" ] ; then PATCHES="${FILESDIR}/kdemultimedia-64bit.patch" fi -myconf="$(use_with cdparanoia) $(use_enable cdparanoia)" +myconf="--with-cdparanoia --enable-cdparanoia" |