diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-05 04:55:54 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-05 04:55:54 +0000 |
commit | e301133a8ace757bf9683d1643ea1b1a009bbc95 (patch) | |
tree | e6cf1169b3698b7c5feaf823a8603a14da6125fc /net-p2p/giftui | |
parent | mask mail-mta/postfix-2.1.1 in preparing to remove from the tree (diff) | |
download | gentoo-2-e301133a8ace757bf9683d1643ea1b1a009bbc95.tar.gz gentoo-2-e301133a8ace757bf9683d1643ea1b1a009bbc95.tar.bz2 gentoo-2-e301133a8ace757bf9683d1643ea1b1a009bbc95.zip |
bump gtk+ dependency requirements irt #55784
Diffstat (limited to 'net-p2p/giftui')
-rw-r--r-- | net-p2p/giftui/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/giftui/giftui-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/giftui/ChangeLog b/net-p2p/giftui/ChangeLog index 9636ecdd0fa8..fc990740fd0c 100644 --- a/net-p2p/giftui/ChangeLog +++ b/net-p2p/giftui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/giftui # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/ChangeLog,v 1.13 2004/06/29 00:25:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/ChangeLog,v 1.14 2004/07/05 04:55:54 squinky86 Exp $ + + 04 Jul 2004; Jon Hood <squinky86@gentoo.org> giftui-0.4.1.ebuild: + bump gtk+ dependency requirements irt #55784 28 Jun 2004; Jon Hood <squinky86@gentoo.org> giftui-0.4.1.ebuild: fix header and add gconf to DEPEND diff --git a/net-p2p/giftui/giftui-0.4.1.ebuild b/net-p2p/giftui/giftui-0.4.1.ebuild index ae45d72e01d6..8d03e2b6b631 100644 --- a/net-p2p/giftui/giftui-0.4.1.ebuild +++ b/net-p2p/giftui/giftui-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/giftui-0.4.1.ebuild,v 1.3 2004/06/29 00:25:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftui/giftui-0.4.1.ebuild,v 1.4 2004/07/05 04:55:54 squinky86 Exp $ inherit gnome2 eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc" IUSE="debug" -DEPEND=">=x11-libs/gtk+-2.0.3 +DEPEND=">=x11-libs/gtk+-2.4.3 net-p2p/gift >=gconf-2.6.0" |