summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 12:54:53 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 12:54:53 +0000
commitbf6a668323fe4146e4881c8ca5367efc2ff834ed (patch)
tree0bc105dc90a1fc93924faca3e93a134311d9bb46 /www-misc
parentRemove old (diff)
downloadgentoo-2-bf6a668323fe4146e4881c8ca5367efc2ff834ed.tar.gz
gentoo-2-bf6a668323fe4146e4881c8ca5367efc2ff834ed.tar.bz2
gentoo-2-bf6a668323fe4146e4881c8ca5367efc2ff834ed.zip
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/gurlchecker/ChangeLog8
-rw-r--r--www-misc/gurlchecker/gurlchecker-0.10.5.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/www-misc/gurlchecker/ChangeLog b/www-misc/gurlchecker/ChangeLog
index 5e4d499fd14f..430b0d5195cc 100644
--- a/www-misc/gurlchecker/ChangeLog
+++ b/www-misc/gurlchecker/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/gurlchecker
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.32 2010/07/20 15:46:52 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/ChangeLog,v 1.33 2011/03/27 12:54:53 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ gurlchecker-0.10.5.ebuild:
+ Fix slot-dep on gtk+
20 Jul 2010; Jeroen Roovers <jer@gentoo.org> gurlchecker-0.10.5.ebuild:
Drop HPPA keywording (bug #324511).
diff --git a/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild b/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild
index 33cce1069111..dbbe604debdf 100644
--- a/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild
+++ b/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild,v 1.6 2010/07/20 15:46:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/gurlchecker/gurlchecker-0.10.5.ebuild,v 1.7 2011/03/27 12:54:53 nirbheek Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -16,10 +16,10 @@ KEYWORDS="amd64 ppc x86"
SLOT="0"
IUSE="clamav doc gnutls tidy"
-RDEPEND=">=x11-libs/gtk+-2.6
+RDEPEND=">=x11-libs/gtk+-2.6:2
>=gnome-base/libgnomeui-2
- >=gnome-base/libglade-2
- >=dev-libs/libxml2-2.6
+ >=gnome-base/libglade-2:2.0
+ >=dev-libs/libxml2-2.6:2
>=net-libs/gnet-2
>=dev-libs/libcroco-0.6
tidy? ( app-text/htmltidy )