diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-09-12 12:55:24 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-09-12 12:56:42 +0200 |
commit | 7f764204302381e079c83161839e72e492b2dda9 (patch) | |
tree | 98e7f8a84c4c66296fbe5abe6b03d65421b7de17 /profiles | |
parent | dev-libs/libiconv: add prefix as additional maintainer (diff) | |
download | gentoo-7f764204302381e079c83161839e72e492b2dda9.tar.gz gentoo-7f764204302381e079c83161839e72e492b2dda9.tar.bz2 gentoo-7f764204302381e079c83161839e72e492b2dda9.zip |
profiles/prefix: add aix/7.2.0.0/ppc, bug#630756
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/aix/7.2.0.0/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/aix/7.2.0.0/parent | 1 | ||||
-rw-r--r-- | profiles/prefix/aix/7.2.0.0/ppc/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/aix/7.2.0.0/ppc/make.defaults | 6 | ||||
-rw-r--r-- | profiles/prefix/aix/7.2.0.0/ppc/parent | 1 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
6 files changed, 11 insertions, 0 deletions
diff --git a/profiles/prefix/aix/7.2.0.0/eapi b/profiles/prefix/aix/7.2.0.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/aix/7.2.0.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/aix/7.2.0.0/parent b/profiles/prefix/aix/7.2.0.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/aix/7.2.0.0/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/prefix/aix/7.2.0.0/ppc/eapi b/profiles/prefix/aix/7.2.0.0/ppc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/aix/7.2.0.0/ppc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/aix/7.2.0.0/ppc/make.defaults b/profiles/prefix/aix/7.2.0.0/ppc/make.defaults new file mode 100644 index 000000000000..3889a5c0d917 --- /dev/null +++ b/profiles/prefix/aix/7.2.0.0/ppc/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +ARCH="ppc-aix" +CHOST="powerpc-ibm-aix7.2.0.0" +ACCEPT_KEYWORDS="~ppc-aix" diff --git a/profiles/prefix/aix/7.2.0.0/ppc/parent b/profiles/prefix/aix/7.2.0.0/ppc/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/prefix/aix/7.2.0.0/ppc/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 7d269acef398..87ff08dcce60 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -278,6 +278,7 @@ ppc-aix prefix/aix/5.2.0.0/ppc exp ppc-aix prefix/aix/5.3.0.0/ppc exp ppc-aix prefix/aix/6.1.0.0/ppc exp ppc-aix prefix/aix/7.1.0.0/ppc exp +ppc-aix prefix/aix/7.2.0.0/ppc exp # Windows Profiles x86-winnt prefix/windows/winnt/3.5/x86 exp |