diff options
author | Sam James <sam@gentoo.org> | 2024-02-05 12:44:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-05 12:44:16 +0000 |
commit | 575743cabc8eb07f407640d9d48aebde9b76c51b (patch) | |
tree | c6225a12263c6f45d3c8aa72f4762d0deecd23dd /dev-util/pkgconf | |
parent | dev-util/pkgconf: Stabilize 2.1.1 amd64, #923778 (diff) | |
download | gentoo-575743cabc8eb07f407640d9d48aebde9b76c51b.tar.gz gentoo-575743cabc8eb07f407640d9d48aebde9b76c51b.tar.bz2 gentoo-575743cabc8eb07f407640d9d48aebde9b76c51b.zip |
dev-util/pkgconf: Stabilize 2.1.1 sparc, #923778
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-2.1.1.ebuild b/dev-util/pkgconf/pkgconf-2.1.1.ebuild index cbde8ab31ac4..9d23372b80af 100644 --- a/dev-util/pkgconf/pkgconf-2.1.1.ebuild +++ b/dev-util/pkgconf/pkgconf-2.1.1.ebuild @@ -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 ~ia64 ~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 ~ia64 ~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" |