sys-apps/portage: add sandbox dep for elibc_musl
authorZac Medico <zmedico@gentoo.org>
Tue, 14 Feb 2017 20:47:35 +0000 (12:47 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 14 Feb 2017 20:48:27 +0000 (12:48 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-apps/portage/portage-2.3.1.ebuild
sys-apps/portage/portage-2.3.2.ebuild
sys-apps/portage/portage-2.3.3.ebuild

index 4ea4ef79bac9e248652cafeafb28aa13169cb4c4..5d43c5f9fe9ea99c9bd97ef810c4186390dfff79 100644 (file)
@@ -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}] )
index a9c791052763dbc9f8e7c0740667746ec038cf67..799dbfacf1fb056c9182dd38dc936e5531ec484a 100644 (file)
@@ -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}] )
index 3fd3f2ab1164c92dce808ef2452aee482a70bf01..caa08ee3cef5d4b5fa6cf165185840b0244239b8 100644 (file)
@@ -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}] )