File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
sdk_container/src/third_party/portage-stable/app-misc/zisofs-tools Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 1999-2021 Gentoo Authors
1
+ # Copyright 1999-2022 Gentoo Authors
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
- EAPI=7
5
- inherit flag-o-matic
4
+ EAPI=8
5
+
6
+ inherit autotools flag-o-matic
6
7
7
8
DESCRIPTION=" User utilities for zisofs"
8
9
HOMEPAGE=" https://www.kernel.org/pub/linux/utils/fs/zisofs/"
9
10
SRC_URI=" mirror://gentoo/${P} .tar.bz2"
10
11
11
12
LICENSE=" GPL-2"
12
13
SLOT=" 0"
13
- KEYWORDS=" ~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
+ KEYWORDS=" ~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
15
IUSE=" static"
15
16
16
- RDEPEND=" >=sys-libs/zlib-1.1.4:0 ="
17
+ RDEPEND=" >=sys-libs/zlib-1.1.4:="
17
18
DEPEND=" ${RDEPEND} "
18
19
20
+ src_prepare () {
21
+ default
22
+
23
+ # Clang 16
24
+ sed -i -e ' s:configure.in:configure.ac:' Makefile || die
25
+ eautoreconf
26
+ }
27
+
19
28
src_configure () {
20
29
use static && append-ldflags -static
21
30
default
You can’t perform that action at this time.
0 commit comments