Skip to content

Commit d72536c

Browse files
committed
*/*: drop ppc-macos keyword
As was removed from gentoo-x86 already. Signed-off-by: Fabian Groffen <[email protected]>
1 parent 9f3b4e1 commit d72536c

25 files changed

+25
-25
lines changed

app-arch/bzip2/bzip2-1.0.8-r4.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRC_URI+=" verify-sig? ( https://sourceware.org/pub/${PN}/${P}.tar.gz.sig )"
1616

1717
LICENSE="BZIP2"
1818
SLOT="0/1" # subslot = SONAME
19-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
19+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
2020
IUSE="static static-libs"
2121

2222
BDEPEND="

app-arch/tar/tar-1.35.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SRC_URI="
2020
LICENSE="GPL-3+"
2121
SLOT="0"
2222
if [[ -z "$(ver_cut 3)" || "$(ver_cut 3)" -lt 90 ]] ; then
23-
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
23+
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
2424
fi
2525
IUSE="acl minimal nls selinux xattr"
2626

dev-lang/python/python-3.12.10.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ S="${WORKDIR}/${MY_P}"
3030

3131
LICENSE="PSF-2"
3232
SLOT="${PYVER}"
33-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
33+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
3434
IUSE="
3535
bluetooth build debug +ensurepip examples gdbm libedit
3636
+ncurses pgo +readline +sqlite +ssl test tk valgrind

dev-lang/python/python-3.13.3-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
3535

3636
LICENSE="PSF-2"
3737
SLOT="${PYVER}"
38-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
38+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
3939
IUSE="
4040
bluetooth build debug +ensurepip examples gdbm jit
4141
libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind

dev-lang/python/python-3.13.3.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}"
3535

3636
LICENSE="PSF-2"
3737
SLOT="${PYVER}"
38-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
38+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
3939
IUSE="
4040
bluetooth build debug +ensurepip examples gdbm jit
4141
libedit +ncurses pgo +readline +sqlite +ssl test tk valgrind

sys-apps/coreutils/coreutils-9.3-r1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
3434
"
3535

36-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
36+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
3737
fi
3838

3939
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"

sys-apps/coreutils/coreutils-9.5.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else
4141
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
4242
"
4343

44-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
44+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
4545
fi
4646

4747
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"

sys-apps/coreutils/coreutils-9.7.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
3939
"
4040

41-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
41+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
4242
fi
4343

4444
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"

sys-apps/debianutils/debianutils-4.11.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz
1212

1313
LICENSE="BSD GPL-2 SMAIL"
1414
SLOT="0"
15-
KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
15+
KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
1616
IUSE="+installkernel static"
1717

1818
PDEPEND="

sys-apps/gawk/gawk-5.3.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else
2929
SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
3030
SRC_URI+=" verify-sig? ( mirror://gnu/gawk/${P}.tar.xz.sig )"
3131

32-
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
32+
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
3333
fi
3434

3535
LICENSE="GPL-3+"

0 commit comments

Comments
 (0)