File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk_container/src/third_party/portage-stable/app-arch/lzop Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 1999-2021 Gentoo Authors
1
+ # Copyright 1999-2023 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
- EAPI=" 6 "
4
+ EAPI=8
5
5
6
6
DESCRIPTION=" Utility for fast (even real-time) compression/decompression"
7
7
HOMEPAGE=" https://www.lzop.org/"
8
8
SRC_URI=" https://www.lzop.org/download/${P} .tar.gz"
9
9
10
10
LICENSE=" GPL-2+"
11
11
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"
14
13
15
14
RDEPEND=" >=dev-libs/lzo-2"
16
15
DEPEND=" ${RDEPEND} "
17
16
18
17
src_test () {
19
18
einfo " compressing config.status to test"
19
+
20
20
src/lzop config.status || die ' compression failed'
21
21
ls -la config.status{,.lzo}
22
22
src/lzop -t config.status.lzo || die ' lzo test failed'
You can’t perform that action at this time.
0 commit comments