diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:30:52 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-28 14:30:52 +0000 |
commit | 6b3f8fc608429a893f5ece86048473c1de251c09 (patch) | |
tree | e2f3c27da9f964bd1df8abcb0eb45a4ca0dcf4a5 /net-p2p | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-6b3f8fc608429a893f5ece86048473c1de251c09.tar.gz gentoo-2-6b3f8fc608429a893f5ece86048473c1de251c09.tar.bz2 gentoo-2-6b3f8fc608429a893f5ece86048473c1de251c09.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 6f7e81d8bd77..3d08b4efce8a 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/sancho-bin -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.46 2008/01/29 16:26:44 rich0 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.47 2011/03/28 14:30:52 nirbheek Exp $ + + 28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + sancho-bin-0.9.4.58.ebuild, sancho-bin-0.9.4.58-r1.ebuild: + Fix slot-dep on gtk+ 29 Jan 2008; Richard Freeman <rich0@gentoo.org> sancho-bin-0.9.4.58-r1.ebuild: diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild index 795f484c681b..8f2a7cc0f225 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.5 2008/01/29 16:26:44 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.6 2011/03/28 14:30:52 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -28,7 +30,7 @@ IUSE="java" DEPEND="x11-libs/libXxf86vm x11-libs/libXext x11-libs/libX11 - >=x11-libs/gtk+-2 + x11-libs/gtk+:2 amd64? ( !java? ( >=app-emulation/emul-linux-x86-baselibs-1.0 >=app-emulation/emul-linux-x86-gtklibs-1.0 ) ) java? ( >=virtual/jre-1.5 )" diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild index 8c69a9e9cc4f..a23db734c89b 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.7 2007/10/31 19:46:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.8 2011/03/28 14:30:52 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -20,7 +22,7 @@ IUSE="" DEPEND="x11-libs/libXxf86vm x11-libs/libXext x11-libs/libX11 - >=x11-libs/gtk+-2 + x11-libs/gtk+:2 amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 >=app-emulation/emul-linux-x86-gtklibs-1.0 )" |