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: Wed, 09 Jan 2019 04:02:04
Message-Id: 1547006497.c38159877ecb71c85e6855e7ee0a49deba8fed07.zmedico@gentoo
1 commit: c38159877ecb71c85e6855e7ee0a49deba8fed07
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 9 03:56:42 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 9 04:01:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3815987
7
8 sys-apps/portage: add util-linux dep
9
10 Closes: https://bugs.gentoo.org/674930
11 Package-Manager: Portage-2.3.54, Repoman-2.3.12
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 sys-apps/portage/{portage-2.3.54.ebuild => portage-2.3.54-r1.ebuild} | 1 +
15 sys-apps/portage/portage-9999.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-apps/portage/portage-2.3.54.ebuild b/sys-apps/portage/portage-2.3.54-r1.ebuild
19 similarity index 99%
20 rename from sys-apps/portage/portage-2.3.54.ebuild
21 rename to sys-apps/portage/portage-2.3.54-r1.ebuild
22 index 34e4aa908b4..4bf3a6b2ded 100644
23 --- a/sys-apps/portage/portage-2.3.54.ebuild
24 +++ b/sys-apps/portage/portage-2.3.54-r1.ebuild
25 @@ -54,6 +54,7 @@ RDEPEND="
26 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
27 elibc_musl? ( >=sys-apps/sandbox-2.2 )
28 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
29 + kernel_linux? ( sys-apps/util-linux )
30 >=app-misc/pax-utils-0.1.17
31 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
32 xattr? ( kernel_linux? (
33
34 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
35 index a483b552444..42273cc4fdd 100644
36 --- a/sys-apps/portage/portage-9999.ebuild
37 +++ b/sys-apps/portage/portage-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2018 Gentoo Authors
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -54,6 +54,7 @@ RDEPEND="
45 elibc_glibc? ( >=sys-apps/sandbox-2.2 )
46 elibc_musl? ( >=sys-apps/sandbox-2.2 )
47 elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
48 + kernel_linux? ( sys-apps/util-linux )
49 >=app-misc/pax-utils-0.1.17
50 selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
51 xattr? ( kernel_linux? (