Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/
Date: Sat, 29 Dec 2018 18:51:02
Message-Id: 1546109452.f045fbd547451ecd77730e501325ae6a097cd017.blueness@gentoo
1 commit: f045fbd547451ecd77730e501325ae6a097cd017
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 18:50:29 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 18:50:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f045fbd5
7
8 sys-fs/f2fs-tools: add support for musl
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild | 5 +++--
14 sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild | 4 +++-
15 sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild | 4 +++-
16 3 files changed, 9 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
19 index 011eaebc3a5..ce7d7f0fa63 100644
20 --- a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
21 +++ b/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -14,7 +14,8 @@ IUSE="selinux"
29
30 RDEPEND="
31 sys-apps/util-linux
32 - selinux? ( sys-libs/libselinux )"
33 + selinux? ( sys-libs/libselinux )
34 + elibc_musl? ( sys-libs/queue-standalone )"
35 DEPEND="$RDEPEND"
36
37 PATCHES=( "${FILESDIR}"/${P}-fibmap-include-config_h.patch )
38
39 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild
40 index 7d9f76759f8..8bbde577cad 100644
41 --- a/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild
42 +++ b/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild
43 @@ -14,7 +14,9 @@ SLOT="0/5"
44 KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
45 IUSE="selinux"
46
47 -RDEPEND="selinux? ( sys-libs/libselinux )"
48 +RDEPEND="
49 + selinux? ( sys-libs/libselinux )
50 + elibc_musl? ( sys-libs/queue-standalone )"
51 DEPEND="${RDEPEND}"
52
53 src_prepare() {
54
55 diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
56 index 523fddda177..52fc597dc54 100644
57 --- a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
58 +++ b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
59 @@ -14,7 +14,9 @@ SLOT="0/6"
60 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
61 IUSE="selinux"
62
63 -RDEPEND="selinux? ( sys-libs/libselinux )"
64 +RDEPEND="
65 + selinux? ( sys-libs/libselinux )
66 + elibc_musl? ( sys-libs/queue-standalone )"
67 DEPEND="${RDEPEND}"
68
69 src_prepare() {