mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
app-arch/lzop: Sync with Gentoo
It's from Gentoo commit 4aebe55f8c434205f2ea3d28ffacb834a401bc1f.
This commit is contained in:
parent
c665d24d0e
commit
146a757026
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Utility for fast (even real-time) compression/decompression"
|
||||
HOMEPAGE="https://www.lzop.org/"
|
||||
@ -9,14 +9,14 @@ SRC_URI="https://www.lzop.org/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
|
||||
RDEPEND=">=dev-libs/lzo-2"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_test() {
|
||||
einfo "compressing config.status to test"
|
||||
|
||||
src/lzop config.status || die 'compression failed'
|
||||
ls -la config.status{,.lzo}
|
||||
src/lzop -t config.status.lzo || die 'lzo test failed'
|
||||
Loading…
x
Reference in New Issue
Block a user