diff options
author | 2006-04-28 00:21:14 +0000 | |
---|---|---|
committer | 2006-04-28 00:21:14 +0000 | |
commit | 122fd4b893b5e9ef75d5f97ff8e3724b441ccfa3 (patch) | |
tree | 608e84443aaa8eab865447e6628329debc5190a2 /media-libs | |
parent | Fixing SHA256 digest, pass four (diff) | |
download | gentoo-2-122fd4b893b5e9ef75d5f97ff8e3724b441ccfa3.tar.gz gentoo-2-122fd4b893b5e9ef75d5f97ff8e3724b441ccfa3.tar.bz2 gentoo-2-122fd4b893b5e9ef75d5f97ff8e3724b441ccfa3.zip |
Drop jack useflag as now the PDEPEND is gone.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index c4a09eeca9b4..e0c7da39ea6a 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.168 2006/04/24 23:33:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.169 2006/04/28 00:21:14 flameeyes Exp $ + + 28 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> alsa-lib-1.0.11.ebuild: + Drop jack useflag as now the PDEPEND is gone. 24 Apr 2006; Jason Wever <weeve@gentoo.org> alsa-lib-1.0.11.ebuild: Stable on SPARC wrt bug #130535. diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild index 9e562274ef0f..a7c67a8aca48 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild,v 1.6 2006/04/24 23:33:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11.ebuild,v 1.7 2006/04/28 00:21:14 flameeyes Exp $ inherit eutils autotools @@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86" -IUSE="doc jack" +IUSE="doc" RDEPEND="virtual/alsa >=media-sound/alsa-headers-${PV}" |