diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-02 20:09:00 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-02 20:09:00 +0000 |
commit | 36dff42d643aef7222b46d5966e5bb715ad00d4c (patch) | |
tree | 2284e6295d1b4c6973b41e3ccb9c1eec2f28cd4a /media-libs/alsa-lib/alsa-lib-0.9.8.ebuild | |
parent | Stable on sparc wrt #69825 (diff) | |
download | historical-36dff42d643aef7222b46d5966e5bb715ad00d4c.tar.gz historical-36dff42d643aef7222b46d5966e5bb715ad00d4c.tar.bz2 historical-36dff42d643aef7222b46d5966e5bb715ad00d4c.zip |
Removing block on PDEPEND for ppc as they keyworded alsa-jack, so it's no longer neccessary.
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-0.9.8.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.8.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild index e53713859b7c..93be7a97e0ba 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.13 2004/06/24 22:56:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.8.ebuild,v 1.14 2004/11/02 20:09:00 eradicator Exp $ inherit libtool @@ -13,13 +13,12 @@ LICENSE="GPL-2 LGPL-2.1" IUSE="jack" -RDEPEND="!ppc? ( jack? ( media-sound/jack-audio-connection-kit ) )" +RDEPEND="jack? ( media-sound/jack-audio-connection-kit )" DEPEND="${RDEPEND} >=sys-devel/automake-1.7.2 >=sys-devel/autoconf-2.57-r1" - SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" RESTRICT="nomirror" |