diff options
Diffstat (limited to 'media-gfx/apngasm/apngasm-2.6.ebuild')
-rw-r--r-- | media-gfx/apngasm/apngasm-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |