diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-15 18:18:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-15 18:18:33 +0000 |
commit | 3415f9ce14e1c475e1f368e41bcae14512612b6c (patch) | |
tree | a341c3f3c359d5ab00ea5c8d66cc1d25f660f874 /media-libs | |
parent | Dropping base.eclass meant dropping eutils.eclass as well, fix missing epatch. (diff) | |
download | gentoo-2-3415f9ce14e1c475e1f368e41bcae14512612b6c.tar.gz gentoo-2-3415f9ce14e1c475e1f368e41bcae14512612b6c.tar.bz2 gentoo-2-3415f9ce14e1c475e1f368e41bcae14512612b6c.zip |
Add missing blocker for upgrade path
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raptor/raptor-1.9.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/raptor/raptor-1.9.0.ebuild b/media-libs/raptor/raptor-1.9.0.ebuild index ad2786717042..7be93eb37d79 100644 --- a/media-libs/raptor/raptor-1.9.0.ebuild +++ b/media-libs/raptor/raptor-1.9.0.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/media-libs/raptor/raptor-1.9.0.ebuild,v 1.1 2010/10/15 18:15:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild,v 1.2 2010/10/15 18:18:33 ssuominen Exp $ EAPI=3 inherit eutils libtool @@ -21,7 +21,8 @@ RDEPEND="unicode? ( dev-libs/glib:2 ) !xml? ( dev-libs/expat ) curl? ( net-misc/curl ) json? ( dev-libs/yajl ) - dev-libs/libxslt" + dev-libs/libxslt + !<media-libs/raptor-1.4.21-r1" DEPEND="${RDEPEND} sys-devel/flex dev-util/pkgconfig" |