commit: d6683ea54e045061610696b5e846ab15f44d258d Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 16:30:01 2018 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 16:31:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6683ea5
profiles: fix inheritance in hardened/linux/musl/x86, bug #645926 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> profiles/hardened/linux/musl/x86/parent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/hardened/linux/musl/x86/parent b/profiles/hardened/linux/musl/x86/parent index 54abcade747..1efd929961c 100644 --- a/profiles/hardened/linux/musl/x86/parent +++ b/profiles/hardened/linux/musl/x86/parent @@ -1,2 +1,2 @@ -../../../../default/linux/uclibc/x86 +../../../../default/linux/musl/x86 ..
