diff options
author | 2009-06-21 07:44:13 +0000 | |
---|---|---|
committer | 2009-06-21 07:44:13 +0000 | |
commit | 62c2f565fe77c8eb5954933d494cf7b26e4d1c48 (patch) | |
tree | 2b26d31d71343d739505e98de6217fed4414f20b | |
parent | Change deps to reflect new mpg123 symlinking. (diff) | |
download | gentoo-2-62c2f565fe77c8eb5954933d494cf7b26e4d1c48.tar.gz gentoo-2-62c2f565fe77c8eb5954933d494cf7b26e4d1c48.tar.bz2 gentoo-2-62c2f565fe77c8eb5954933d494cf7b26e4d1c48.zip |
Extra blockers here, portage doesn't seem to like them.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | virtual/mpg123/mpg123-0.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/virtual/mpg123/mpg123-0.ebuild b/virtual/mpg123/mpg123-0.ebuild index 29d4237fe2c9..1a058174c3d0 100644 --- a/virtual/mpg123/mpg123-0.ebuild +++ b/virtual/mpg123/mpg123-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mpg123/mpg123-0.ebuild,v 1.4 2009/06/21 07:38:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mpg123/mpg123-0.ebuild,v 1.5 2009/06/21 07:44:13 ssuominen Exp $ EAPI=2 @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="|| ( media-sound/mpg123 - >media-sound/mpg321-0.2.10-r3[symlink] )" -DEPEND="${RDEPEND} - !<media-sound/mpg321-0.2.10-r4 - !<media-sound/mpg123-1.7.3-r1" +RDEPEND="|| ( >=media-sound/mpg123-1.7.3-r1 + >=media-sound/mpg321-0.2.10-r4[symlink] )" +DEPEND="${RDEPEND}" |