diff options
author | 2025-09-02 19:18:20 +0300 | |
---|---|---|
committer | 2025-09-02 20:00:12 +0300 | |
commit | 634a005686006d01415107ef3968d1a81809a95f (patch) | |
tree | 4e8fcda2602ded2530a7793a5d1b05fb4dcb3e02 /dev-util/pkgconf | |
parent | dev-python/dnspython: enable DNS-over-HTTPS and DNS-over-QUIC (diff) | |
download | gentoo-634a005686006d01415107ef3968d1a81809a95f.tar.gz gentoo-634a005686006d01415107ef3968d1a81809a95f.tar.bz2 gentoo-634a005686006d01415107ef3968d1a81809a95f.zip |
*/*: destable hppa
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa
Signed-off-by: Arthur Zamarin <[email protected]>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-2.4.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pkgconf/pkgconf-2.3.0.ebuild b/dev-util/pkgconf/pkgconf-2.3.0.ebuild index 23b3cffe1858..372fb852db42 100644 --- a/dev-util/pkgconf/pkgconf-2.3.0.ebuild +++ b/dev-util/pkgconf/pkgconf-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2024 Gentoo Authors +# Copyright 2012-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" diff --git a/dev-util/pkgconf/pkgconf-2.4.3.ebuild b/dev-util/pkgconf/pkgconf-2.4.3.ebuild index 5775fdbe5171..fa15af461094 100644 --- a/dev-util/pkgconf/pkgconf-2.4.3.ebuild +++ b/dev-util/pkgconf/pkgconf-2.4.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgconf/pkgconf" else SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" |