commit: 3a62f4ecb976432afa363aebee7a937edf4fb682 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 14:55:17 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 13:12:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a62f4ec
profiles/*: Add missing eapi files In all dirs containing regular files. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/arch/amd64/lib32/eapi | 1 + profiles/arch/mips/mipsel/eapi | 1 + profiles/arch/ppc64/big-endian/eapi | 1 + profiles/default/linux/amd64/17.0/no-multilib/prefix/eapi | 1 + profiles/default/linux/amd64/17.1/no-multilib/prefix/eapi | 1 + profiles/default/linux/arm/17.0/armv7a/prefix/eapi | 1 + profiles/default/linux/arm64/17.0/prefix/eapi | 1 + profiles/default/linux/ppc64le/17.0/prefix/eapi | 1 + profiles/default/linux/x86/17.0/prefix/eapi | 1 + profiles/features/prefix/standalone/kernel-2.6.16+/eapi | 1 + profiles/features/prefix/standalone/kernel-2.6.32+/eapi | 1 + profiles/prefix/darwin/macos/features/fsf-gcc-ld64/eapi | 1 + profiles/prefix/darwin/macos/features/fsf-gcc-nold/eapi | 1 + 13 files changed, 13 insertions(+) diff --git a/profiles/arch/amd64/lib32/eapi b/profiles/arch/amd64/lib32/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/arch/amd64/lib32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/eapi b/profiles/arch/mips/mipsel/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/arch/mips/mipsel/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/ppc64/big-endian/eapi b/profiles/arch/ppc64/big-endian/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/arch/ppc64/big-endian/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.0/no-multilib/prefix/eapi b/profiles/default/linux/amd64/17.0/no-multilib/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/amd64/17.0/no-multilib/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.1/no-multilib/prefix/eapi b/profiles/default/linux/amd64/17.1/no-multilib/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/amd64/17.1/no-multilib/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/17.0/armv7a/prefix/eapi b/profiles/default/linux/arm/17.0/armv7a/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/arm/17.0/armv7a/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/prefix/eapi b/profiles/default/linux/arm64/17.0/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64le/17.0/prefix/eapi b/profiles/default/linux/ppc64le/17.0/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/17.0/prefix/eapi b/profiles/default/linux/x86/17.0/prefix/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/x86/17.0/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/eapi b/profiles/features/prefix/standalone/kernel-2.6.16+/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/features/prefix/standalone/kernel-2.6.32+/eapi b/profiles/features/prefix/standalone/kernel-2.6.32+/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/features/prefix/standalone/kernel-2.6.32+/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/eapi b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/eapi b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/eapi @@ -0,0 +1 @@ +5
