Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-dev@l.g.o, vapier@g.o
Cc: Sergei Trofimovich <slyfox@g.o>
Subject: [gentoo-dev] [PATCH] profiles/uclibc/packages: prefix app-misc/pax-utils with '*'
Date: Sun, 09 Jul 2017 17:19:38
Message-Id: 20170709171913.28638-1-slyfox@gentoo.org
1 It's the only entry of all profiles without '*'.
2
3 portage/gentoo/profiles $ grep '^[^*-\#]' $(find -name packages)
4 ./uclibc/packages:app-misc/pax-utils
5
6 It's an ancient entry from 2005:
7 https://github.com/gentoo/gentoo-gitmig-20150809-draft/commit/7bed3578ef4990787cd6881c8fc8d5085b617494
8
9 Not sure if entry should be removed completely or explicitly
10 pulled in @system.
11
12 The change pulls it in.
13
14 Signed-off-by: Sergei Trofimovich <slyfox@g.o>
15 ---
16 profiles/uclibc/packages | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages
20 index 569e5b5271..d02c949b3e 100644
21 --- a/profiles/uclibc/packages
22 +++ b/profiles/uclibc/packages
23 @@ -1,4 +1,4 @@
24 -app-misc/pax-utils
25 +*app-misc/pax-utils
26
27 # remove stuff not needed on uclibc
28 -*net-misc/iputils
29 --
30 2.13.2

Replies