diff options
author | Sam James <sam@gentoo.org> | 2021-12-05 03:44:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-05 03:44:34 +0000 |
commit | 47220beb59f3866f81b70fd87f88772d8e82bb14 (patch) | |
tree | c41e5ce584a825e18ed1946d243b5f3bd97f1f25 /dev-util/pkgconf | |
parent | app-arch/gzip: Stabilize 1.11 amd64, #828262 (diff) | |
download | gentoo-47220beb59f3866f81b70fd87f88772d8e82bb14.tar.gz gentoo-47220beb59f3866f81b70fd87f88772d8e82bb14.tar.bz2 gentoo-47220beb59f3866f81b70fd87f88772d8e82bb14.zip |
dev-util/pkgconf: Stabilize 1.8.0-r1 amd64, #828259
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild index 2e564e60bf9c..e11d13a90ec9 100644 --- a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf" else SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |