diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-21 20:11:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-21 20:11:53 +0000 |
commit | 91522360f1dccbc39e2a05b40713ccb5eb87dcbd (patch) | |
tree | 49202bd2c08dfcfb8e17f8fad72479fc1255230c /media-libs/alsa-lib | |
parent | Stick a ~sparc back and remove trailing spaces in keywords (diff) | |
download | gentoo-2-91522360f1dccbc39e2a05b40713ccb5eb87dcbd.tar.gz gentoo-2-91522360f1dccbc39e2a05b40713ccb5eb87dcbd.tar.bz2 gentoo-2-91522360f1dccbc39e2a05b40713ccb5eb87dcbd.zip |
Fix dependency on alsa-jack to 1.0.10_rc3 or later, as there's no further release than that. See bug #116316.
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index afc9514b1ed0..62143334a673 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.141 2005/12/21 15:48:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.142 2005/12/21 20:11:53 flameeyes Exp $ + + 21 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + alsa-lib-1.0.11_rc1.ebuild: + Fix dependency on alsa-jack to 1.0.10_rc3 or later, as there's no further + release than that. See bug #116316. *alsa-lib-1.0.11_rc1 (21 Dec 2005) diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild index 2f20486b7fd4..96b0723dd7ff 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.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/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild,v 1.1 2005/12/21 15:48:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11_rc1.ebuild,v 1.2 2005/12/21 20:11:53 flameeyes Exp $ inherit eutils autotools @@ -23,7 +23,7 @@ RDEPEND="virtual/alsa DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.2.6 )" -PDEPEND="jack? ( =media-plugins/alsa-jack-${PV/_rc*/}* )" +PDEPEND="jack? ( >=media-plugins/alsa-jack-1.0.10_rc3 )" src_unpack() { unpack ${A} |