diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 12:35:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 12:35:32 +0000 |
commit | eddfdcba995c8756a9fd29faa9d4dca7d501e1fa (patch) | |
tree | 15b3b1d6e78f41f8c5f8155cd97abae89c94a657 /media-gfx/pqiv | |
parent | Initial commit. (diff) | |
download | gentoo-2-eddfdcba995c8756a9fd29faa9d4dca7d501e1fa.tar.gz gentoo-2-eddfdcba995c8756a9fd29faa9d4dca7d501e1fa.tar.bz2 gentoo-2-eddfdcba995c8756a9fd29faa9d4dca7d501e1fa.zip |
Block media-gfx/qiv
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r-- | media-gfx/pqiv/pqiv-0.10.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/pqiv/pqiv-0.10.1.ebuild b/media-gfx/pqiv/pqiv-0.10.1.ebuild index bed60bb8e306..e29dc0c70211 100644 --- a/media-gfx/pqiv/pqiv-0.10.1.ebuild +++ b/media-gfx/pqiv/pqiv-0.10.1.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/media-gfx/pqiv/pqiv-0.10.1.ebuild,v 1.1 2009/10/16 17:21:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-0.10.1.ebuild,v 1.2 2009/12/23 12:35:32 ssuominen Exp $ EAPI=2 inherit toolchain-funcs @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.8:2" +RDEPEND=">=x11-libs/gtk+-2.8:2 + !media-gfx/qiv" DEPEND="${RDEPEND} dev-util/pkgconfig" |