Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/
Date: Tue, 14 Feb 2017 20:48:41
Message-Id: 1487105307.59ae3f73bd6202a34da3935598239a7995f8370f.zmedico@gentoo
1 commit: 59ae3f73bd6202a34da3935598239a7995f8370f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 20:47:35 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 20:48:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ae3f73
7
8 sys-apps/portage: add sandbox dep for elibc_musl
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/portage/portage-2.3.1.ebuild | 3 ++-
13 sys-apps/portage/portage-2.3.2.ebuild | 3 ++-
14 sys-apps/portage/portage-2.3.3.ebuild | 1 +
15 3 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/portage/portage-2.3.1.ebuild b/sys-apps/portage/portage-2.3.1.ebuild
18 index 4ea4ef79ba..5d43c5f9fe 100644
19 --- a/sys-apps/portage/portage-2.3.1.ebuild
20 +++ b/sys-apps/portage/portage-2.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -44,6 +44,7 @@ RDEPEND="
28 )
29 elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
30 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
31 + elibc_musl? ( >=sys-apps/sandbox-2.2 )
32 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
33 >=app-misc/pax-utils-0.1.17
34 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
35
36 diff --git a/sys-apps/portage/portage-2.3.2.ebuild b/sys-apps/portage/portage-2.3.2.ebuild
37 index a9c7910527..799dbfacf1 100644
38 --- a/sys-apps/portage/portage-2.3.2.ebuild
39 +++ b/sys-apps/portage/portage-2.3.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -44,6 +44,7 @@ RDEPEND="
47 )
48 elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
49 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
50 + elibc_musl? ( >=sys-apps/sandbox-2.2 )
51 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
52 >=app-misc/pax-utils-0.1.17
53 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
54
55 diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild
56 index 3fd3f2ab11..caa08ee3ce 100644
57 --- a/sys-apps/portage/portage-2.3.3.ebuild
58 +++ b/sys-apps/portage/portage-2.3.3.ebuild
59 @@ -44,6 +44,7 @@ RDEPEND="
60 )
61 elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
62 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
63 + elibc_musl? ( >=sys-apps/sandbox-2.2 )
64 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
65 >=app-misc/pax-utils-0.1.17
66 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )