Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/musl/x86/
Date: Sun, 28 Jan 2018 16:31:32
Message-Id: 1517157083.d6683ea54e045061610696b5e846ab15f44d258d.blueness@gentoo
1 commit: d6683ea54e045061610696b5e846ab15f44d258d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 16:30:01 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 16:31:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6683ea5
7
8 profiles: fix inheritance in hardened/linux/musl/x86, bug #645926
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 profiles/hardened/linux/musl/x86/parent | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/hardened/linux/musl/x86/parent b/profiles/hardened/linux/musl/x86/parent
16 index 54abcade747..1efd929961c 100644
17 --- a/profiles/hardened/linux/musl/x86/parent
18 +++ b/profiles/hardened/linux/musl/x86/parent
19 @@ -1,2 +1,2 @@
20 -../../../../default/linux/uclibc/x86
21 +../../../../default/linux/musl/x86
22 ..