summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/icon-slicer/ChangeLog8
-rw-r--r--media-gfx/icon-slicer/icon-slicer-0.3.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/media-gfx/icon-slicer/ChangeLog b/media-gfx/icon-slicer/ChangeLog
index ff96f2250f3c..e18d354c2325 100644
--- a/media-gfx/icon-slicer/ChangeLog
+++ b/media-gfx/icon-slicer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/icon-slicer
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.11 2006/09/03 08:37:49 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.12 2007/01/02 15:58:57 masterdriverz Exp $
+
+ 02 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org>
+ icon-slicer-0.3.ebuild:
+ Fix pkgconfig dep; bug 150277
03 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
icon-slicer-0.3.ebuild:
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
index 2b357a4dfd97..6dc400ccdf0b 100644
--- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
+++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.12 2006/09/03 08:37:49 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.13 2007/01/02 15:58:57 masterdriverz Exp $
DESCRIPTION="utility for generating icon themes and libXcursor cursor themes"
HOMEPAGE="http://www.freedesktop.org/software/icon-slicer/"
@@ -11,10 +11,12 @@ LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND="|| ( x11-apps/xcursorgen
+RDEPEND="|| ( x11-apps/xcursorgen
virtual/x11 )
>=x11-libs/gtk+-2.0
dev-libs/popt"
+DEPEND="$RDEPEND
+ dev-util/pkgconfig"
src_install() {
einstall || die