diff options
author | 2012-05-05 07:00:27 +0000 | |
---|---|---|
committer | 2012-05-05 07:00:27 +0000 | |
commit | e508ea76617f92d515d39d9b65a273d4f6f1cf2a (patch) | |
tree | 4bc1c3ac9c9c67d0b7654203d6e46eb8bc01be21 /media-gfx/icon-slicer | |
parent | New separate gnome log viewer package, formerly part of gnome-extra/gnome-utils. (diff) | |
download | gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.tar.gz gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.tar.bz2 gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'media-gfx/icon-slicer')
-rw-r--r-- | media-gfx/icon-slicer/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/icon-slicer/ChangeLog b/media-gfx/icon-slicer/ChangeLog index 13e083f92e82..75bc90e30a54 100644 --- a/media-gfx/icon-slicer/ChangeLog +++ b/media-gfx/icon-slicer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/icon-slicer -# 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 $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/ChangeLog,v 1.16 2012/05/05 07:00:27 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> icon-slicer-0.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 12 Mar 2011; Tim Harder <radhermit@gentoo.org> icon-slicer-0.3.ebuild: Update to EAPI 2 and use slot dep for gtk+. diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild index 1e32f6a8ef20..47615da0379a 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-2011 Gentoo Foundation +# Copyright 1999-2012 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.15 2011/03/12 22:06:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icon-slicer/icon-slicer-0.3.ebuild,v 1.16 2012/05/05 07:00:27 jdhore Exp $ EAPI=2 @@ -17,7 +17,7 @@ RDEPEND="x11-apps/xcursorgen x11-libs/gtk+:2 dev-libs/popt" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed." |