diff options
-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" |