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 <[email protected]>
---
 profiles/uclibc/packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages
index 569e5b5271..d02c949b3e 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
-- 
2.13.2


Reply via email to