diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-12 14:46:30 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-12 14:46:57 +0100 |
commit | db6bed0523dd89109b9cd89b8a268c6ac9f941e3 (patch) | |
tree | 9aa0246b48d5548f234178bd8d0b315a26f90257 /sys-devel/libtool | |
parent | profiles/prefix: rename beyond-kernel-? to kernel-?+ (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r3.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r4.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r2.ebuild b/sys-devel/libtool/libtool-2.4.6-r2.ebuild index 22305f5c51f1..dc45b7e1ae89 100644 --- a/sys-devel/libtool/libtool-2.4.6-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r2.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="4" @@ -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" diff --git a/sys-devel/libtool/libtool-2.4.6-r3.ebuild b/sys-devel/libtool/libtool-2.4.6-r3.ebuild index a5d6ae853685..a6668aefc4e3 100644 --- a/sys-devel/libtool/libtool-2.4.6-r3.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r3.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" diff --git a/sys-devel/libtool/libtool-2.4.6-r4.ebuild b/sys-devel/libtool/libtool-2.4.6-r4.ebuild index 4c96bca253ef..8267c48dec7d 100644 --- a/sys-devel/libtool/libtool-2.4.6-r4.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r4.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" 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" |