diff options
author | 2024-10-12 20:12:32 +0300 | |
---|---|---|
committer | 2024-10-12 20:12:32 +0300 | |
commit | df6a4672757e2f673c79cac981ffaa78bda93d2b (patch) | |
tree | fe4c5da2b6d6f1ec647a45d16cd80feb110b19ed /dev-util/pkgconf | |
parent | x11-apps/xclipboard: Stabilize 1.1.5 sparc, #940724 (diff) | |
download | gentoo-df6a4672757e2f673c79cac981ffaa78bda93d2b.tar.gz gentoo-df6a4672757e2f673c79cac981ffaa78bda93d2b.tar.bz2 gentoo-df6a4672757e2f673c79cac981ffaa78bda93d2b.zip |
dev-util/pkgconf: Stabilize 2.3.0 sparc, #940888
Signed-off-by: Arthur Zamarin <[email protected]>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-2.3.0.ebuild b/dev-util/pkgconf/pkgconf-2.3.0.ebuild index 06ec2cc03f3f..09d0e3627956 100644 --- a/dev-util/pkgconf/pkgconf-2.3.0.ebuild +++ b/dev-util/pkgconf/pkgconf-2.3.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 ~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 ~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" |