diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-23 22:28:22 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-27 23:47:27 +0200 |
commit | 9bdbf1d9662cdc0f1970d6983034efb258450d9e (patch) | |
tree | 918a9551370c778452965f83c5a1d693af4e1d02 /media-gfx/apng2gif | |
parent | sys-apps/chname: EAPI8 bump (diff) | |
download | gentoo-9bdbf1d9662cdc0f1970d6983034efb258450d9e.tar.gz gentoo-9bdbf1d9662cdc0f1970d6983034efb258450d9e.tar.bz2 gentoo-9bdbf1d9662cdc0f1970d6983034efb258450d9e.zip |
media-gfx/apng2gif: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30725
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/apng2gif')
-rw-r--r-- | media-gfx/apng2gif/apng2gif-1.8.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-gfx/apng2gif/apng2gif-1.8.ebuild b/media-gfx/apng2gif/apng2gif-1.8.ebuild index 83fb20c4a942..fdd53201bacd 100644 --- a/media-gfx/apng2gif/apng2gif-1.8.ebuild +++ b/media-gfx/apng2gif/apng2gif-1.8.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="create a GIF from an APNG" +DESCRIPTION="Create a GIF from an APNG" HOMEPAGE="https://sourceforge.net/projects/apng2gif/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip" +S="${WORKDIR}" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="media-libs/libpng:0=" -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} +DEPEND="${RDEPEND}" +BDEPEND="app-arch/unzip" PATCHES=( "${FILESDIR}"/${P}-makefile.patch |