diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-09-08 13:54:01 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-09-08 13:54:01 +0000 |
commit | 1f4b3f42bdc599e7a621e9d241042ab481e4a6af (patch) | |
tree | cc9bac7377f9261c3cdfc2b3bd83f75ae462e1ef /profiles/hardened/linux/powerpc | |
parent | Mask wine[gsm] because there are no 32bit libraries provided at the moment, b... (diff) | |
download | historical-1f4b3f42bdc599e7a621e9d241042ab481e4a6af.tar.gz historical-1f4b3f42bdc599e7a621e9d241042ab481e4a6af.tar.bz2 historical-1f4b3f42bdc599e7a621e9d241042ab481e4a6af.zip |
fix inherit order
Diffstat (limited to 'profiles/hardened/linux/powerpc')
-rw-r--r-- | profiles/hardened/linux/powerpc/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc32/parent | 2 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/parent | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/linux/powerpc/parent b/profiles/hardened/linux/powerpc/parent index 728caca769b3..4bc38575cb5b 100644 --- a/profiles/hardened/linux/powerpc/parent +++ b/profiles/hardened/linux/powerpc/parent @@ -1,3 +1,3 @@ ../../../base -.. ../../../arch/powerpc +.. diff --git a/profiles/hardened/linux/powerpc/ppc32/parent b/profiles/hardened/linux/powerpc/ppc32/parent index dd20c2a8cf39..0bbf08deef18 100644 --- a/profiles/hardened/linux/powerpc/ppc32/parent +++ b/profiles/hardened/linux/powerpc/ppc32/parent @@ -1,2 +1,2 @@ -.. ../../../../arch/powerpc/ppc32 +.. diff --git a/profiles/hardened/linux/powerpc/ppc64/parent b/profiles/hardened/linux/powerpc/ppc64/parent index 7990a758ccce..89e996f78fa1 100644 --- a/profiles/hardened/linux/powerpc/ppc64/parent +++ b/profiles/hardened/linux/powerpc/ppc64/parent @@ -1,3 +1,3 @@ -.. ../../../../arch/powerpc/ppc64/64ul ../../../../features/64bit-native +.. |