app-arch/lzop: Sync with Gentoo

It's from Gentoo commit 54fe8e71f09ac14f4011be9d2c9469df4d9de8b0.
This commit is contained in:
Flatcar Buildbot 2024-02-19 07:11:04 +00:00 committed by Krzesimir Nowak
parent ac241641b1
commit 91b1d4e80f

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -9,7 +9,7 @@ SRC_URI="https://www.lzop.org/download/${P}.tar.gz"
LICENSE="GPL-2+" LICENSE="GPL-2+"
SLOT="0" SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND=">=dev-libs/lzo-2" RDEPEND=">=dev-libs/lzo-2"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"