*/*: drop *-linux keyword usage references

Bug: https://bugs.gentoo.org/473598
Bug: https://bugs.gentoo.org/720224
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen 2025-12-19 10:48:34 +01:00
parent 2d25fad95c
commit a08c8d1760
No known key found for this signature in database
GPG Key ID: CE95DA854E444293
36 changed files with 33 additions and 39 deletions

View File

@ -51,7 +51,7 @@ pkg_pretend() {
ERROR_BRIDGE="You will also need support for 802.1d" ERROR_BRIDGE="You will also need support for 802.1d"
ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." ERROR_BRIDGE+=" Ethernet Bridging for some network configurations."
if use amd64 || use amd64-linux; then if use amd64; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -51,7 +51,7 @@ pkg_pretend() {
ERROR_BRIDGE="You will also need support for 802.1d" ERROR_BRIDGE="You will also need support for 802.1d"
ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." ERROR_BRIDGE+=" Ethernet Bridging for some network configurations."
if use amd64 || use amd64-linux; then if use amd64; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -51,7 +51,7 @@ pkg_pretend() {
ERROR_BRIDGE="You will also need support for 802.1d" ERROR_BRIDGE="You will also need support for 802.1d"
ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." ERROR_BRIDGE+=" Ethernet Bridging for some network configurations."
if use amd64 || use amd64-linux; then if use amd64; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -406,7 +406,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -420,7 +420,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -406,7 +406,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -420,7 +420,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -420,7 +420,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -421,7 +421,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -420,7 +420,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -422,7 +422,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -423,7 +423,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -423,7 +423,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -408,7 +408,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -407,7 +407,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -406,7 +406,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -422,7 +422,7 @@ pkg_pretend() {
use test && CONFIG_CHECK+=" IP_MULTICAST" use test && CONFIG_CHECK+=" IP_MULTICAST"
ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST"
if use amd64 || use x86 || use amd64-linux || use x86-linux; then if use amd64 || use x86; then
if grep -q AuthenticAMD /proc/cpuinfo; then if grep -q AuthenticAMD /proc/cpuinfo; then
CONFIG_CHECK+=" ~KVM_AMD" CONFIG_CHECK+=" ~KVM_AMD"
elif grep -q GenuineIntel /proc/cpuinfo; then elif grep -q GenuineIntel /proc/cpuinfo; then

View File

@ -52,7 +52,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test) -Dgtest_build_tests=$(usex test)
) )
if use test; then if use test; then
if use x86 || use x86-linux; then if use x86; then
append-cxxflags -ffloat-store # bug #905007 append-cxxflags -ffloat-store # bug #905007
fi fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" ) mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )

View File

@ -65,7 +65,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test) -Dgtest_build_tests=$(usex test)
) )
if use test; then if use test; then
if use x86 || use x86-linux; then if use x86; then
append-cxxflags -ffloat-store # bug #905007 append-cxxflags -ffloat-store # bug #905007
fi fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" ) mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )

View File

@ -65,7 +65,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test) -Dgtest_build_tests=$(usex test)
) )
if use test; then if use test; then
if use x86 || use x86-linux; then if use x86; then
append-cxxflags -ffloat-store # bug #905007 append-cxxflags -ffloat-store # bug #905007
fi fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" ) mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )

View File

@ -41,7 +41,7 @@ LICENSE="GPL-2"
SLOT="$(ver_cut 1-2)" SLOT="$(ver_cut 1-2)"
# 64-bit only since 8.2.0 # 64-bit only since 8.2.0
# https://github.com/mysql/mysql-server/commit/07bf1bdb620daf62c02ead0d5439d65c7c34aa00 # https://github.com/mysql/mysql-server/commit/07bf1bdb620daf62c02ead0d5439d65c7c34aa00
# -arm -hppa -mips -ppc -x86 -x86-linux # -arm -hppa -mips -ppc -x86
# -ppc for bug #761715 # -ppc for bug #761715
KEYWORDS="~amd64 -arm ~arm64 -hppa -mips -ppc ~ppc64 ~riscv ~s390 ~sparc -x86 ~x64-macos ~x64-solaris" KEYWORDS="~amd64 -arm ~arm64 -hppa -mips -ppc ~ppc64 ~riscv ~s390 ~sparc -x86 ~x64-macos ~x64-solaris"
IUSE="cjk cracklib debug jemalloc numa +perl profiling router selinux +server tcmalloc test test-install" IUSE="cjk cracklib debug jemalloc numa +perl profiling router selinux +server tcmalloc test test-install"

View File

@ -41,7 +41,7 @@ LICENSE="GPL-2"
SLOT="$(ver_cut 1-2)" SLOT="$(ver_cut 1-2)"
# 64-bit only since 8.2.0 # 64-bit only since 8.2.0
# https://github.com/mysql/mysql-server/commit/07bf1bdb620daf62c02ead0d5439d65c7c34aa00 # https://github.com/mysql/mysql-server/commit/07bf1bdb620daf62c02ead0d5439d65c7c34aa00
# -arm -hppa -mips -ppc -x86 -x86-linux # -arm -hppa -mips -ppc -x86
# -ppc for bug #761715 # -ppc for bug #761715
KEYWORDS="~amd64 -arm ~arm64 -hppa -mips -ppc ~ppc64 ~riscv ~s390 ~sparc -x86 ~x64-macos ~x64-solaris" KEYWORDS="~amd64 -arm ~arm64 -hppa -mips -ppc ~ppc64 ~riscv ~s390 ~sparc -x86 ~x64-macos ~x64-solaris"
IUSE="cjk cracklib debug jemalloc numa +perl profiling router selinux +server tcmalloc test test-install" IUSE="cjk cracklib debug jemalloc numa +perl profiling router selinux +server tcmalloc test test-install"

View File

@ -20,7 +20,7 @@ case ${PV} in
*) *)
SRC_URI="https://go.dev/dl/go${MY_PV}.src.tar.gz " SRC_URI="https://go.dev/dl/go${MY_PV}.src.tar.gz "
S="${WORKDIR}"/go S="${WORKDIR}"/go
# KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" # KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~x64-macos ~x64-solaris"
;; ;;
esac esac

View File

@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
LICENSE="Boost-1.0" LICENSE="Boost-1.0"
SLOT="0/${PV}" SLOT="0/${PV}"
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="bzip2 +context debug doc icu lzma +nls mpi numpy python +stacktrace test test-full tools zlib zstd" IUSE="bzip2 +context debug doc icu lzma +nls mpi numpy python +stacktrace test test-full tools zlib zstd"
REQUIRED_USE=" REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )

View File

@ -11,7 +11,7 @@ SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.b
LICENSE="BSD" LICENSE="BSD"
SLOT="0/2" SLOT="0/2"
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86 ~x64-macos ~x64-solaris"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="debug lazy-lock prof stats xmalloc" IUSE="debug lazy-lock prof stats xmalloc"
HTML_DOCS=( doc/jemalloc.html ) HTML_DOCS=( doc/jemalloc.html )

View File

@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( https://${PN}.freedesktop.org/releases/${P}.tar.xz.asc
LICENSE="BEER-WARE BSD BSD-2 BSD-4 ISC MIT" LICENSE="BEER-WARE BSD BSD-2 BSD-4 ISC MIT"
SLOT="0" SLOT="0"
# Unkeyworded until figured out a solution for bug #925663 # Unkeyworded until figured out a solution for bug #925663
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="static-libs" IUSE="static-libs"
RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]" RDEPEND="app-crypt/libmd[${MULTILIB_USEDEP}]"

View File

@ -15,7 +15,7 @@ SRC_URI="
LICENSE="GPL-3+ GPL-2+ LGPL-2+" LICENSE="GPL-3+ GPL-2+ LGPL-2+"
SLOT="0" SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" #KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND=" DEPEND="
>=dev-libs/elfutils-0.176-r1:= >=dev-libs/elfutils-0.176-r1:=

View File

@ -33,7 +33,7 @@ fi
LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT"
SLOT="0" SLOT="0"
# KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="doc test" IUSE="doc test"
BDEPEND=" BDEPEND="

View File

@ -78,7 +78,7 @@ ACCT_GROUP_NAME=${PN}
# << Boilerplate ebuild variables >> # << Boilerplate ebuild variables >>
: "${DESCRIPTION:="System group: ${ACCT_GROUP_NAME}"}" : "${DESCRIPTION:="System group: ${ACCT_GROUP_NAME}"}"
: "${SLOT:=0}" : "${SLOT:=0}"
: "${KEYWORDS:=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris}" : "${KEYWORDS:=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris}"
S=${WORKDIR} S=${WORKDIR}

View File

@ -144,7 +144,7 @@ ACCT_USER_NAME=${PN}
# << Boilerplate ebuild variables >> # << Boilerplate ebuild variables >>
: "${DESCRIPTION:="System user: ${ACCT_USER_NAME}"}" : "${DESCRIPTION:="System user: ${ACCT_USER_NAME}"}"
: "${SLOT:=0}" : "${SLOT:=0}"
: "${KEYWORDS:=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris}" : "${KEYWORDS:=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris}"
S=${WORKDIR} S=${WORKDIR}

View File

@ -35,8 +35,6 @@ RDEPEND="
BDEPEND=" BDEPEND="
amd64? ( ${ASM_DEPEND} ) amd64? ( ${ASM_DEPEND} )
x86? ( ${ASM_DEPEND} ) x86? ( ${ASM_DEPEND} )
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
x64-macos? ( ${ASM_DEPEND} ) x64-macos? ( ${ASM_DEPEND} )
" "

View File

@ -36,8 +36,6 @@ RDEPEND="
BDEPEND=" BDEPEND="
amd64? ( ${ASM_DEPEND} ) amd64? ( ${ASM_DEPEND} )
x86? ( ${ASM_DEPEND} ) x86? ( ${ASM_DEPEND} )
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
x64-macos? ( ${ASM_DEPEND} ) x64-macos? ( ${ASM_DEPEND} )
" "

View File

@ -36,8 +36,6 @@ RDEPEND="
BDEPEND=" BDEPEND="
amd64? ( ${ASM_DEPEND} ) amd64? ( ${ASM_DEPEND} )
x86? ( ${ASM_DEPEND} ) x86? ( ${ASM_DEPEND} )
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
x64-macos? ( ${ASM_DEPEND} ) x64-macos? ( ${ASM_DEPEND} )
" "

View File

@ -46,7 +46,7 @@ multilib_src_configure() {
if use ppc || use ppc64; then if use ppc || use ppc64; then
mysimd="$(use_enable cpu_flags_ppc_altivec simd)" mysimd="$(use_enable cpu_flags_ppc_altivec simd)"
fi fi
if use amd64 || use x86 || use amd64-linux || use x86-linux || use x64-macos; then if use amd64 || use x86 || use x64-macos; then
mysimd="$(use_enable cpu_flags_x86_sse2 simd)" mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
fi fi

View File

@ -46,7 +46,7 @@ multilib_src_configure() {
if use ppc || use ppc64; then if use ppc || use ppc64; then
mysimd="$(use_enable cpu_flags_ppc_altivec simd)" mysimd="$(use_enable cpu_flags_ppc_altivec simd)"
fi fi
if use amd64 || use x86 || use amd64-linux || use x86-linux || use x64-macos; then if use amd64 || use x86 || use x64-macos; then
mysimd="$(use_enable cpu_flags_x86_sse2 simd)" mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
fi fi

View File

@ -33,7 +33,7 @@ else
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig ) verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
" "
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi fi
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )" SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"