diff options
author | Jory Pratt <anarchy@gentoo.org> | 2019-06-14 08:24:41 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-06-14 08:24:55 -0500 |
commit | b9bd152cb35ea77eab781f9ac5fae95ffa343ba0 (patch) | |
tree | af11754cfdbcba9471631f066d5447a69a0bf35f /sys-boot/vboot-utils | |
parent | net-dns/pdns: Version bump (diff) | |
download | gentoo-b9bd152cb35ea77eab781f9ac5fae95ffa343ba0.tar.gz gentoo-b9bd152cb35ea77eab781f9ac5fae95ffa343ba0.tar.bz2 gentoo-b9bd152cb35ea77eab781f9ac5fae95ffa343ba0.zip |
sys-boot/vboot-utils: add fts-standalone dep for musl users
Closes: https://bugs.gentoo.org/687820
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-boot/vboot-utils')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild index 01bb8a2e8179..34a78cf8d7f3 100644 --- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild @@ -31,7 +31,8 @@ LIB_DEPEND_MINIMAL=" RDEPEND="!static? ( ${LIB_DEPEND_MINIMAL//\[static-libs(+)]} !minimal? ( ${LIB_DEPEND//\[static-libs(+)]} ) - )" + ) + elibc_musl? ( sys-libs/fts-standalone )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND_MINIMAL} |