summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2004-06-21 04:26:53 +0000
committerBrad Laue <brad@gentoo.org>2004-06-21 04:26:53 +0000
commitb777414e3691a3df6ba34256886c5dad56551521 (patch)
tree759995804432a7ff8c6c7b11d09910ac8347f552 /net-www/skipstone
parentrepoman: Trim trailing whitespace (diff)
downloadhistorical-b777414e3691a3df6ba34256886c5dad56551521.tar.gz
historical-b777414e3691a3df6ba34256886c5dad56551521.tar.bz2
historical-b777414e3691a3df6ba34256886c5dad56551521.zip
Fix GTK dep
Diffstat (limited to 'net-www/skipstone')
-rw-r--r--net-www/skipstone/ChangeLog5
-rw-r--r--net-www/skipstone/Manifest4
-rw-r--r--net-www/skipstone/skipstone-0.9.2.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-www/skipstone/ChangeLog b/net-www/skipstone/ChangeLog
index 28db10cc35a4..9e88f9000641 100644
--- a/net-www/skipstone/ChangeLog
+++ b/net-www/skipstone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/skipstone
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/skipstone/ChangeLog,v 1.19 2004/06/20 16:30:34 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/skipstone/ChangeLog,v 1.20 2004/06/21 04:26:53 brad Exp $
+
+ 21 Jun 2004; Brad Laue <brad@gentoo.org> skipstone-0.9.2.ebuild:
+ Correct GTK+ dependency, which is now for GTK+ 2.0 and later.
*skipstone-0.9.2 (20 Jun 2004)
diff --git a/net-www/skipstone/Manifest b/net-www/skipstone/Manifest
index 5208f1b6fc7e..f04d168191f6 100644
--- a/net-www/skipstone/Manifest
+++ b/net-www/skipstone/Manifest
@@ -1,5 +1,5 @@
-MD5 8ecdfa66b6b2825da7c9d6658a50a609 ChangeLog 447
+MD5 9a2d00b0e01159837f44579c7edeff99 ChangeLog 579
MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160
-MD5 a6abbc8fc17cf0106902f359440c06a0 skipstone-0.9.2.ebuild 1021
+MD5 ccb831b35b6c29206237f87293055e84 skipstone-0.9.2.ebuild 1021
MD5 ae327d85480e842ca8b6582d0a7b59ef files/digest-skipstone-0.9.2 67
MD5 09e4c8dd22d76c7b6b4b8dc2715df34e files/skipstone-gentoo.patch 1883
diff --git a/net-www/skipstone/skipstone-0.9.2.ebuild b/net-www/skipstone/skipstone-0.9.2.ebuild
index 2235a05cb861..e88f78b301c3 100644
--- a/net-www/skipstone/skipstone-0.9.2.ebuild
+++ b/net-www/skipstone/skipstone-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/skipstone/skipstone-0.9.2.ebuild,v 1.1 2004/06/20 16:30:34 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/skipstone/skipstone-0.9.2.ebuild,v 1.2 2004/06/21 04:26:53 brad Exp $
inherit eutils
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
DEPEND=">=net-www/mozilla-1.6
- =x11-libs/gtk+-1.2*"
+ >=x11-libs/gtk+-2.0"
RDEPEND="${DEPEND}
nls? ( sys-devel/gettext )"