summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/icon-slicer')
-rw-r--r--media-gfx/icon-slicer/ChangeLog7
-rw-r--r--media-gfx/icon-slicer/icon-slicer-0.3.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-gfx/icon-slicer/ChangeLog b/media-gfx/icon-slicer/ChangeLog
index 62f87cab8b66..13e083f92e82 100644
--- a/media-gfx/icon-slicer/ChangeLog
+++ b/media-gfx/icon-slicer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/icon-slicer
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.14 2007/05/15 09:55:15 bangert Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.15 2011/03/12 22:06:54 radhermit Exp $
+
+ 12 Mar 2011; Tim Harder <radhermit@gentoo.org> icon-slicer-0.3.ebuild:
+ Update to EAPI 2 and use slot dep for gtk+.
15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
index 98ac0b90abe1..1e32f6a8ef20 100644
--- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
+++ b/media-gfx/icon-slicer/icon-slicer-0.3.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/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.14 2007/03/20 17:36:29 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.15 2011/03/12 22:06:54 radhermit Exp $
+
+EAPI=2
DESCRIPTION="utility for generating icon themes and libXcursor cursor themes"
HOMEPAGE="http://www.freedesktop.org/software/icon-slicer/"
@@ -12,7 +14,7 @@ SLOT="0"
IUSE=""
RDEPEND="x11-apps/xcursorgen
- >=x11-libs/gtk+-2
+ x11-libs/gtk+:2
dev-libs/popt"
DEPEND="${RDEPEND}
dev-util/pkgconfig"