diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-15 18:50:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-15 18:50:50 +0000 |
commit | 49267e741b76c5836c7c64379c5dbf7bdd9aa4fd (patch) | |
tree | 846d43827099ff508b6a0397a633600d8c6ebc33 /net-irc | |
parent | stable ppc, bug 327151 (diff) | |
download | gentoo-2-49267e741b76c5836c7c64379c5dbf7bdd9aa4fd.tar.gz gentoo-2-49267e741b76c5836c7c64379c5dbf7bdd9aa4fd.tar.bz2 gentoo-2-49267e741b76c5836c7c64379c5dbf7bdd9aa4fd.zip |
fix raptor deps
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eiwic/eiwic-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/eiwic/eiwic-1.1.4.ebuild b/net-irc/eiwic/eiwic-1.1.4.ebuild index 9e614dfd9d99..4522abb4c0c5 100644 --- a/net-irc/eiwic/eiwic-1.1.4.ebuild +++ b/net-irc/eiwic/eiwic-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.2 2010/06/21 17:04:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.3 2010/10/15 18:50:50 ssuominen Exp $ inherit autotools eutils multilib flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="debug doc ipv6 rss" -DEPEND="rss? ( media-libs/raptor )" +DEPEND="rss? ( <media-libs/raptor-1.9.0 )" RDEPEND="${DEPEND}" src_unpack() { |