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 | be34c35aac203b7a392e426b19c58d642d6eaf34 (patch) | |
tree | 7bde6cf9b4ef0c649bc4d0a1c635bc763153075a /media-gfx/pqiv | |
parent | Initial commit. (diff) | |
download | historical-be34c35aac203b7a392e426b19c58d642d6eaf34.tar.gz historical-be34c35aac203b7a392e426b19c58d642d6eaf34.tar.bz2 historical-be34c35aac203b7a392e426b19c58d642d6eaf34.zip |
Block media-gfx/qiv
Package-Manager: portage-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" |