diff options
author | Sam James <sam@gentoo.org> | 2023-02-12 06:42:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-12 06:42:37 +0000 |
commit | 8074b05996c3c228dce363b046ee2f180215c897 (patch) | |
tree | 7658a6bfcd13ad1688c87e62e5dda175fd841884 /dev-util/pkgconf | |
parent | dev-python/sphinxcontrib-jquery: Keyword 3.0.0 hppa, #893998 (diff) | |
download | gentoo-8074b05996c3c228dce363b046ee2f180215c897.tar.gz gentoo-8074b05996c3c228dce363b046ee2f180215c897.tar.bz2 gentoo-8074b05996c3c228dce363b046ee2f180215c897.zip |
dev-util/pkgconf: Stabilize 1.8.1 ppc64, #894014
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.8.1.ebuild b/dev-util/pkgconf/pkgconf-1.8.1.ebuild index cdefc7db77d6..56303b2d7cca 100644 --- a/dev-util/pkgconf/pkgconf-1.8.1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.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.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than C99" |