diff options
author | Benda Xu <heroxbd@gentoo.org> | 2013-10-01 00:24:47 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2013-10-01 00:25:44 +0900 |
commit | 77b478d9e2b83d2b6a2ed5efdc7c1bc07d8b4a93 (patch) | |
tree | 4199328d78b66bd7f340b2c4fa5a37c7cc350b6a /profiles/default | |
parent | remote cross categories (diff) | |
download | android-77b478d9e2b83d2b6a2ed5efdc7c1bc07d8b4a93.tar.gz android-77b478d9e2b83d2b6a2ed5efdc7c1bc07d8b4a93.tar.bz2 android-77b478d9e2b83d2b6a2ed5efdc7c1bc07d8b4a93.zip |
add back accidentally deleted profiles
Diffstat (limited to 'profiles/default')
9 files changed, 21 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/13.0/eapi b/profiles/default/linux/amd64/13.0/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/13.0/rap/make.defaults b/profiles/default/linux/amd64/13.0/rap/make.defaults new file mode 100644 index 0000000..fc2914e --- /dev/null +++ b/profiles/default/linux/amd64/13.0/rap/make.defaults @@ -0,0 +1,3 @@ +# accept unstable keyword before RAP matures +# accept Prefix keyword to use Prefix overlay for transition +ACCEPT_KEYWORDS="~amd64 ~amd64-linux" diff --git a/profiles/default/linux/amd64/13.0/rap/parent b/profiles/default/linux/amd64/13.0/rap/parent new file mode 100644 index 0000000..e87bf03 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/rap/parent @@ -0,0 +1,2 @@ +gentoo_prefix:default/linux/amd64/13.0/no-multilib +../../../../../features/rap diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults b/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults new file mode 100644 index 0000000..61ca581 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults @@ -0,0 +1,3 @@ +# accept unstable keyword before RAP matures +# accept Prefix keyword to use Prefix overlay for transition +ACCEPT_KEYWORDS="~arm ~arm-linux" diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/parent b/profiles/default/linux/arm/13.0/armv5te/rap/parent new file mode 100644 index 0000000..a67a6e3 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv5te/rap/parent @@ -0,0 +1,2 @@ +gentoo_prefix:default/linux/arm/13.0/armv5te +../../../../../../features/rap diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults b/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults new file mode 100644 index 0000000..61ca581 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults @@ -0,0 +1,3 @@ +# accept unstable keyword before RAP matures +# accept Prefix keyword to use Prefix overlay for transition +ACCEPT_KEYWORDS="~arm ~arm-linux" diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/parent b/profiles/default/linux/arm/13.0/armv7a/rap/parent new file mode 100644 index 0000000..b105425 --- /dev/null +++ b/profiles/default/linux/arm/13.0/armv7a/rap/parent @@ -0,0 +1,2 @@ +gentoo_prefix:default/linux/arm/13.0/armv7a +../../../../../../features/rap diff --git a/profiles/default/linux/x86/13.0/rap/make.defaults b/profiles/default/linux/x86/13.0/rap/make.defaults new file mode 100644 index 0000000..5682e93 --- /dev/null +++ b/profiles/default/linux/x86/13.0/rap/make.defaults @@ -0,0 +1,3 @@ +# accept unstable keyword before RAP matures +# accept Prefix keyword to use Prefix overlay for transition +ACCEPT_KEYWORDS="~x86 ~x86-linux" diff --git a/profiles/default/linux/x86/13.0/rap/parent b/profiles/default/linux/x86/13.0/rap/parent new file mode 100644 index 0000000..313b23f --- /dev/null +++ b/profiles/default/linux/x86/13.0/rap/parent @@ -0,0 +1,2 @@ +gentoo_prefix:default/linux/x86/13.0 +../../../../../features/rap |