commit:     f045fbd547451ecd77730e501325ae6a097cd017
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 18:50:29 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 18:50:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f045fbd5

sys-fs/f2fs-tools: add support for musl

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild    | 5 +++--
 sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild | 4 +++-
 sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild | 4 +++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
index 011eaebc3a5..ce7d7f0fa63 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,8 @@ IUSE="selinux"
 
 RDEPEND="
        sys-apps/util-linux
-       selinux? ( sys-libs/libselinux )"
+       selinux? ( sys-libs/libselinux )
+       elibc_musl? ( sys-libs/queue-standalone )"
 DEPEND="$RDEPEND"
 
 PATCHES=( "${FILESDIR}"/${P}-fibmap-include-config_h.patch )

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
index 7d9f76759f8..8bbde577cad 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.11.0-r1.ebuild
@@ -14,7 +14,9 @@ SLOT="0/5"
 KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
 IUSE="selinux"
 
-RDEPEND="selinux? ( sys-libs/libselinux )"
+RDEPEND="
+       selinux? ( sys-libs/libselinux )
+       elibc_musl? ( sys-libs/queue-standalone )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

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
index 523fddda177..52fc597dc54 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
@@ -14,7 +14,9 @@ SLOT="0/6"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="selinux"
 
-RDEPEND="selinux? ( sys-libs/libselinux )"
+RDEPEND="
+       selinux? ( sys-libs/libselinux )
+       elibc_musl? ( sys-libs/queue-standalone )"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

Reply via email to