Diff rar2fs-1.29.5 with a rar2fs-1.29.6
/usr/portage/sys-fs/rar2fs/rar2fs-1.29.6.ebuild 2023-10-09 14:52:35.520368502 +0300 | ||
---|---|---|
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=7 |
|
5 | ||
6 |
inherit autotools |
|
4 |
EAPI=8 |
|
7 | 5 | |
8 | 6 |
DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)" |
9 | 7 |
HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs" |
... | ... | |
21 | 19 |
sys-fs/fuse:0" |
22 | 20 |
DEPEND="${RDEPEND}" |
23 | 21 | |
24 |
src_prepare() { |
|
25 |
default |
|
26 |
eautoreconf |
|
27 |
} |
|
28 | ||
29 | 22 |
src_configure() { |
30 | 23 |
export USER_CFLAGS="${CFLAGS}" |
31 | 24 |