diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 20:36:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:26 +0200 |
commit | 99ea091d215a0a943c680b0c11c163e00498620b (patch) | |
tree | af6024b8e6b271576a7e1ec74c88c85fd04b050e /app-arch | |
parent | app-admin/lsyncd: update EAPI 7 -> 8 (diff) | |
download | gentoo-99ea091d215a0a943c680b0c11c163e00498620b.tar.gz gentoo-99ea091d215a0a943c680b0c11c163e00498620b.tar.bz2 gentoo-99ea091d215a0a943c680b0c11c163e00498620b.zip |
app-arch/zopfli: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/zopfli/zopfli-1.0.3.ebuild b/app-arch/zopfli/zopfli-1.0.3.ebuild index e54b88db2013..d1c897089087 100644 --- a/app-arch/zopfli/zopfli-1.0.3.ebuild +++ b/app-arch/zopfli/zopfli-1.0.3.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake DESCRIPTION="Very good, but slow, deflate or zlib compression" HOMEPAGE="https://github.com/google/zopfli/" SRC_URI="https://github.com/google/zopfli/archive/${P}.tar.gz" - S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" |