summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-01-12 14:46:30 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-01-12 14:46:57 +0100
commitdb6bed0523dd89109b9cd89b8a268c6ac9f941e3 (patch)
tree9aa0246b48d5548f234178bd8d0b315a26f90257 /sys-devel/libtool/libtool-9999.ebuild
parentprofiles/prefix: rename beyond-kernel-? to kernel-?+ (diff)
downloadgentoo-db6bed0523dd89109b9cd89b8a268c6ac9f941e3.tar.gz
gentoo-db6bed0523dd89109b9cd89b8a268c6ac9f941e3.tar.bz2
gentoo-db6bed0523dd89109b9cd89b8a268c6ac9f941e3.zip
sys-devel/libtool: ensure sandbox supports renameat
Bug: https://bugs.gentoo.org/628928 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-devel/libtool/libtool-9999.ebuild')
-rw-r--r--sys-devel/libtool/libtool-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild
index 072057189265..75a255eea336 100644
--- a/sys-devel/libtool/libtool-9999.ebuild
+++ b/sys-devel/libtool/libtool-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -27,7 +27,8 @@ IUSE="vanilla"
RDEPEND="sys-devel/gnuconfig
>=sys-devel/autoconf-2.69
>=sys-devel/automake-1.13
- dev-libs/libltdl:0"
+ dev-libs/libltdl:0
+ !<sys-apps/sandbox-2.10-r4"
DEPEND="${RDEPEND}
app-arch/xz-utils"
[[ ${PV} == "9999" ]] && DEPEND+=" sys-apps/help2man"