diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-22 19:12:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-22 19:42:08 +0100 |
commit | c54bf58d2013f43995d80c3bcfa2e53152270ac7 (patch) | |
tree | 7d5cb9b0c09aec382634f05f62818d960c13f824 | |
parent | dev-python/libvirt-python: fix fetch error due to untrusted certificate (diff) | |
download | gentoo-c54bf58d2013f43995d80c3bcfa2e53152270ac7.tar.gz gentoo-c54bf58d2013f43995d80c3bcfa2e53152270ac7.tar.bz2 gentoo-c54bf58d2013f43995d80c3bcfa2e53152270ac7.zip |
profiles: Inherit arch/base for musl+uclibc profiles
-rw-r--r-- | profiles/default/linux/uclibc/parent | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/parent | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/default/linux/uclibc/parent b/profiles/default/linux/uclibc/parent index 9f9d2cbed246..2348d8d17b95 100644 --- a/profiles/default/linux/uclibc/parent +++ b/profiles/default/linux/uclibc/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base .. diff --git a/profiles/hardened/linux/musl/parent b/profiles/hardened/linux/musl/parent index be0b656ea9a8..a9dd6fd5cb5b 100644 --- a/profiles/hardened/linux/musl/parent +++ b/profiles/hardened/linux/musl/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base ../../../default/linux |