diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-22 16:44:17 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-04-22 16:44:17 -0500 |
commit | f63d4e77e33d9da71166f69a6a2a892c26c20efb (patch) | |
tree | 7d1462c1e7647101579140b17686571d57f3b22a /profiles/base | |
parent | 8aa53914ea79689e0a8ef40cb6bd4cf0e03e7d06 (diff) | |
download | packages-f63d4e77e33d9da71166f69a6a2a892c26c20efb.tar.gz packages-f63d4e77e33d9da71166f69a6a2a892c26c20efb.tar.bz2 packages-f63d4e77e33d9da71166f69a6a2a892c26c20efb.tar.xz packages-f63d4e77e33d9da71166f69a6a2a892c26c20efb.zip |
Add more required dependencies as described:
sys-devel/build-tools: awk is required for Portage to apply patches.
virtual/adelie-base: add a conformant tar(1) implementation, libarchive.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 2 | ||||
-rw-r--r-- | profiles/base/packages | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 2d87e6a52..5b5767213 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,3 +1,5 @@ +app-arch/libarchive -e2fsprogs + # Needed for correct building of Linux-PAM sys-libs/pam -audit -berkdb cracklib -filecaps -nis pie diff --git a/profiles/base/packages b/profiles/base/packages index ac796bd1c..91c8752bf 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -14,11 +14,15 @@ *virtual/package-manager # This is required to use a Unix computer at all ;) +*app-arch/libarchive *virtual/libc # Satisfy the mta virtual with the one closest to being POSIX. *mail-mta/postfix +# Satisfy the logger virtual +*app-admin/syslog-ng + # # Required utilities from 1003.1 S&U Issue 7 (2013 Ed.) # |