Gentoo Archives: gentoo-dev

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