diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-14 12:47:35 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-14 12:48:27 -0800 |
commit | 59ae3f73bd6202a34da3935598239a7995f8370f (patch) | |
tree | 6eacdc1a677a53c1afe8ddcf89199bd1976b0bd6 /sys-apps | |
parent | media-libs/gegl: 0.3.12 (diff) | |
download | gentoo-59ae3f73bd6202a34da3935598239a7995f8370f.tar.gz gentoo-59ae3f73bd6202a34da3935598239a7995f8370f.tar.bz2 gentoo-59ae3f73bd6202a34da3935598239a7995f8370f.zip |
sys-apps/portage: add sandbox dep for elibc_musl
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-2.3.1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.3.2.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.3.3.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-2.3.1.ebuild b/sys-apps/portage/portage-2.3.1.ebuild index 4ea4ef79bac9..5d43c5f9fe9e 100644 --- a/sys-apps/portage/portage-2.3.1.ebuild +++ b/sys-apps/portage/portage-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) diff --git a/sys-apps/portage/portage-2.3.2.ebuild b/sys-apps/portage/portage-2.3.2.ebuild index a9c791052763..799dbfacf1fb 100644 --- a/sys-apps/portage/portage-2.3.2.ebuild +++ b/sys-apps/portage/portage-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild index 3fd3f2ab1164..caa08ee3cef5 100644 --- a/sys-apps/portage/portage-2.3.3.ebuild +++ b/sys-apps/portage/portage-2.3.3.ebuild @@ -44,6 +44,7 @@ RDEPEND=" ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) |