Skip to content

Commit 0eb5b10

Browse files
committed
app-misc/zisofs-tools: Sync with Gentoo
It's from Gentoo commit a90b7d3dd874a0384525aa1a57a70b3043a85bc1.
1 parent 742e997 commit 0eb5b10

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

sdk_container/src/third_party/portage-stable/app-misc/zisofs-tools/zisofs-tools-1.0.8.ebuild renamed to sdk_container/src/third_party/portage-stable/app-misc/zisofs-tools/zisofs-tools-1.0.8-r1.ebuild

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

4-
EAPI=7
5-
inherit flag-o-matic
4+
EAPI=8
5+
6+
inherit autotools flag-o-matic
67

78
DESCRIPTION="User utilities for zisofs"
89
HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
910
SRC_URI="mirror://gentoo/${P}.tar.bz2"
1011

1112
LICENSE="GPL-2"
1213
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"
1415
IUSE="static"
1516

16-
RDEPEND=">=sys-libs/zlib-1.1.4:0="
17+
RDEPEND=">=sys-libs/zlib-1.1.4:="
1718
DEPEND="${RDEPEND}"
1819

20+
src_prepare() {
21+
default
22+
23+
# Clang 16
24+
sed -i -e 's:configure.in:configure.ac:' Makefile || die
25+
eautoreconf
26+
}
27+
1928
src_configure() {
2029
use static && append-ldflags -static
2130
default

0 commit comments

Comments
 (0)