diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
commit | e508ea76617f92d515d39d9b65a273d4f6f1cf2a (patch) | |
tree | 4bc1c3ac9c9c67d0b7654203d6e46eb8bc01be21 /media-gfx/apngasm | |
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/apngasm')
-rw-r--r-- | media-gfx/apngasm/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/apngasm/apngasm-2.5.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/apngasm/apngasm-2.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/apngasm/ChangeLog b/media-gfx/apngasm/ChangeLog index d279c36ec0c6..b8d39f8d980e 100644 --- a/media-gfx/apngasm/ChangeLog +++ b/media-gfx/apngasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/apngasm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.6 2012/02/23 07:58:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.7 2012/05/05 07:00:20 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> apngasm-2.5.ebuild, + apngasm-2.6.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Feb 2012; Tim Harder <radhermit@gentoo.org> -apngasm-2.3.ebuild, -apngasm-2.4.ebuild: diff --git a/media-gfx/apngasm/apngasm-2.5.ebuild b/media-gfx/apngasm/apngasm-2.5.ebuild index cca3a3501422..75acb39a0dd5 100644 --- a/media-gfx/apngasm/apngasm-2.5.ebuild +++ b/media-gfx/apngasm/apngasm-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.5.ebuild,v 1.1 2012/01/11 23:13:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.5.ebuild,v 1.2 2012/05/05 07:00:20 jdhore Exp $ EAPI="4" @@ -18,7 +18,7 @@ IUSE="" RDEPEND="media-libs/libpng[apng] sys-libs/zlib" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/unzip" S=${WORKDIR} diff --git a/media-gfx/apngasm/apngasm-2.6.ebuild b/media-gfx/apngasm/apngasm-2.6.ebuild index ea120210e287..50679f850a8e 100644 --- a/media-gfx/apngasm/apngasm-2.6.ebuild +++ b/media-gfx/apngasm/apngasm-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.6.ebuild,v 1.1 2012/02/23 07:57:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/apngasm-2.6.ebuild,v 1.2 2012/05/05 07:00:20 jdhore Exp $ EAPI="4" @@ -18,7 +18,7 @@ IUSE="" RDEPEND="media-libs/libpng[apng] sys-libs/zlib" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig app-arch/unzip" S=${WORKDIR} |