Skip to content

Commit 146a757

Browse files
committed
app-arch/lzop: Sync with Gentoo
It's from Gentoo commit 4aebe55f8c434205f2ea3d28ffacb834a401bc1f.
1 parent c665d24 commit 146a757

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk_container/src/third_party/portage-stable/app-arch/lzop/lzop-1.04.ebuild renamed to sdk_container/src/third_party/portage-stable/app-arch/lzop/lzop-1.04-r1.ebuild

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

4-
EAPI="6"
4+
EAPI=8
55

66
DESCRIPTION="Utility for fast (even real-time) compression/decompression"
77
HOMEPAGE="https://www.lzop.org/"
88
SRC_URI="https://www.lzop.org/download/${P}.tar.gz"
99

1010
LICENSE="GPL-2+"
1111
SLOT="0"
12-
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
13-
IUSE=""
12+
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
1413

1514
RDEPEND=">=dev-libs/lzo-2"
1615
DEPEND="${RDEPEND}"
1716

1817
src_test() {
1918
einfo "compressing config.status to test"
19+
2020
src/lzop config.status || die 'compression failed'
2121
ls -la config.status{,.lzo}
2222
src/lzop -t config.status.lzo || die 'lzo test failed'

0 commit comments

Comments
 (0)