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 | 3cd62d63853c004d7ef1a74cb6b6e0c52fc722ee (patch) | |
tree | 486688f74360fb89cbfadc0cf6db30444a7802ee /kde-base/mpeglib | |
parent | Cleanup PNP logic. (diff) | |
download | historical-3cd62d63853c004d7ef1a74cb6b6e0c52fc722ee.tar.gz historical-3cd62d63853c004d7ef1a74cb6b6e0c52fc722ee.tar.bz2 historical-3cd62d63853c004d7ef1a74cb6b6e0c52fc722ee.zip |
Remove cdparanoia local flag.
Package-Manager: portage-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" |