Сравнение nilfs-utils-2.2.8 с nilfs-utils-2.2.9
/usr/portage/sys-fs/nilfs-utils/nilfs-utils-2.2.9.ebuild 2023-10-09 14:52:35.520368502 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2 LGPL-2.1" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" |
|
14 |
KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86" |
|
15 | 15 |
IUSE="static-libs" |
16 | 16 | |
17 | 17 |
RDEPEND=" |
... | ... | |
28 | 28 |
econf \ |
29 | 29 |
--enable-static=yes \ |
30 | 30 |
--libdir="${EPREFIX}"/$(get_libdir) \ |
31 |
--enable-libmount |
|
31 |
--with-libmount |
|
32 | 32 |
} |
33 | 33 | |
34 | 34 |
src_install() { |