diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-09 18:13:16 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:45:27 +0100 |
commit | 31bbe2cf47c8dde5fa2c3591a94301e9f30ce4b4 (patch) | |
tree | dff5a3324f97bb906ce5d0b9986888c6b23526c5 /profiles | |
parent | kde-apps/akonadi-import-wizard: Tarball respun (diff) | |
download | gentoo-31bbe2cf47c8dde5fa2c3591a94301e9f30ce4b4.tar.gz gentoo-31bbe2cf47c8dde5fa2c3591a94301e9f30ce4b4.tar.bz2 gentoo-31bbe2cf47c8dde5fa2c3591a94301e9f30ce4b4.zip |
profiles/uclibc/packages: prefix app-misc/pax-utils with '*'
It's the only entry of all profiles without '*'.
portage/gentoo/profiles $ grep '^[^*-\#]' $(find -name packages)
./uclibc/packages:app-misc/pax-utils
It's an ancient entry from 2005:
https://github.com/gentoo/gentoo-gitmig-20150809-draft/commit/7bed3578ef4990787cd6881c8fc8d5085b617494
Not sure if entry should be removed completely or explicitly
pulled in @system.
The change pulls it in.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages index 569e5b5271c1..d02c949b3e6c 100644 --- a/profiles/uclibc/packages +++ b/profiles/uclibc/packages @@ -1,4 +1,4 @@ -app-misc/pax-utils +*app-misc/pax-utils # remove stuff not needed on uclibc -*net-misc/iputils |