diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-02-25 19:24:19 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-02-25 19:24:19 -0600 |
commit | c2258f17173acb42a598e84c576d7b8fc1626da6 (patch) | |
tree | 002a06561006a8f3c5d4622d5e90334619c999a7 /profiles | |
parent | 40be00fced1aacb1a54bc3f109ffb034b9338edc (diff) | |
download | packages-c2258f17173acb42a598e84c576d7b8fc1626da6.tar.gz packages-c2258f17173acb42a598e84c576d7b8fc1626da6.tar.bz2 packages-c2258f17173acb42a598e84c576d7b8fc1626da6.tar.xz packages-c2258f17173acb42a598e84c576d7b8fc1626da6.zip |
Profile fixes for i486 and MIPS
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/adelie/1.0/x86/i486/parent | 2 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 2 | ||||
-rw-r--r-- | profiles/arch/x86_64/package.use | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/profiles/adelie/1.0/x86/i486/parent b/profiles/adelie/1.0/x86/i486/parent new file mode 100644 index 000000000..9c6b28865 --- /dev/null +++ b/profiles/adelie/1.0/x86/i486/parent @@ -0,0 +1,2 @@ +../../../../arch/x86/i486 +.. diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 4d2ef94ae..1e6651339 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1 +1,3 @@ +# MIPS is an unstable arch, so we accept ~mips +ACCEPT_KEYWORDS="mips ~mips" ARCH=mips diff --git a/profiles/arch/x86_64/package.use b/profiles/arch/x86_64/package.use new file mode 100644 index 000000000..966752d48 --- /dev/null +++ b/profiles/arch/x86_64/package.use @@ -0,0 +1 @@ +sys-boot/grub device-mapper fonts sdl themes truetype grub_platforms_efi-64 |