diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:05:16 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-29 08:05:16 +0000 |
commit | ae00d8067100709ef1a6e8d4b7f221a0ebb57acd (patch) | |
tree | 5820d39f7dec4f57459ec24bc12bfc7dcfcc241f /dev-util/pkgconf | |
parent | dev-util/pkgconf: Stabilize 2.2.0 ppc64, #930885 (diff) | |
download | gentoo-ae00d8067100709ef1a6e8d4b7f221a0ebb57acd.tar.gz gentoo-ae00d8067100709ef1a6e8d4b7f221a0ebb57acd.tar.bz2 gentoo-ae00d8067100709ef1a6e8d4b7f221a0ebb57acd.zip |
dev-util/pkgconf: Stabilize 2.2.0 sparc, #930885
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-2.2.0.ebuild b/dev-util/pkgconf/pkgconf-2.2.0.ebuild index bf78c4f5bd67..7537c2a91681 100644 --- a/dev-util/pkgconf/pkgconf-2.2.0.ebuild +++ b/dev-util/pkgconf/pkgconf-2.2.0.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" |