summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 14:53:15 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:02:35 +0100
commitb8f17b2cbd39dca07f0d7f14cecee7434b36c83b (patch)
tree26f2074d720dabfaf340e334e6b8ce960961a9c4 /media-gfx/pngnq/pngnq-1.1.ebuild
parentmedia-gfx/png2ico: eutils->epatch (diff)
downloadgentoo-b8f17b2cbd39dca07f0d7f14cecee7434b36c83b.tar.gz
gentoo-b8f17b2cbd39dca07f0d7f14cecee7434b36c83b.tar.bz2
gentoo-b8f17b2cbd39dca07f0d7f14cecee7434b36c83b.zip
media-gfx/pngnq: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/pngnq/pngnq-1.1.ebuild')
-rw-r--r--media-gfx/pngnq/pngnq-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pngnq/pngnq-1.1.ebuild b/media-gfx/pngnq/pngnq-1.1.ebuild
index d2580bf868b5..b9d22a702f57 100644
--- a/media-gfx/pngnq/pngnq-1.1.ebuild
+++ b/media-gfx/pngnq/pngnq-1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
WANT_AUTOMAKE=1.13
-inherit autotools eutils
+inherit autotools epatch
DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format"
HOMEPAGE="http://pngnq.sourceforge.net/"