diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-05 21:30:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-05 21:30:41 +0200 |
commit | bfb7f53a1d2390e27014387b1c5b5e1b817c16c5 (patch) | |
tree | 3673b851991ddcf4b7d3572fe9cbf91f60932af4 /dev-util/pkgconf | |
parent | app-shells/dash: Stabilize 0.5.11.5 sparc, #828263 (diff) | |
download | gentoo-bfb7f53a1d2390e27014387b1c5b5e1b817c16c5.tar.gz gentoo-bfb7f53a1d2390e27014387b1c5b5e1b817c16c5.tar.bz2 gentoo-bfb7f53a1d2390e27014387b1c5b5e1b817c16c5.zip |
dev-util/pkgconf: Stabilize 1.8.0-r1 sparc, #828259
Signed-off-by: Arthur Zamarin <arthurzam@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 8a33c19f4728..d1015fc7c207 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" |