commit: c54bf58d2013f43995d80c3bcfa2e53152270ac7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 22 18:12:00 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 22 18:42:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54bf58d
profiles: Inherit arch/base for musl+uclibc profiles profiles/default/linux/uclibc/parent | 1 + profiles/hardened/linux/musl/parent | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/default/linux/uclibc/parent b/profiles/default/linux/uclibc/parent index 9f9d2cb..2348d8d 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 be0b656..a9dd6fd 100644 --- a/profiles/hardened/linux/musl/parent +++ b/profiles/hardened/linux/musl/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base ../../../default/linux
