diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-12 22:06:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-12 22:06:54 +0000 |
commit | dff26661ae08d4580bacbb2cf144aa2446050843 (patch) | |
tree | 5ae6eebb723bdb81fa674b8d270ee67c2e2b6a87 /media-gfx/icon-slicer/icon-slicer-0.3.ebuild | |
parent | Update to EAPI 2 and use slot dep for gtk+. (diff) | |
download | historical-dff26661ae08d4580bacbb2cf144aa2446050843.tar.gz historical-dff26661ae08d4580bacbb2cf144aa2446050843.tar.bz2 historical-dff26661ae08d4580bacbb2cf144aa2446050843.zip |
Update to EAPI 2 and use slot dep for gtk+.
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/icon-slicer/icon-slicer-0.3.ebuild')
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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" |