Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/
Date: Wed, 07 Sep 2022 01:50:52
Message-Id: 1662515338.a823a2a3f76dab818701b7c746753715a60a5d96.sam@gentoo
1 commit: a823a2a3f76dab818701b7c746753715a60a5d96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 01:48:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 01:48:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a823a2a3
7
8 dev-libs/inih: Stabilize 56 sparc, #868948
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/inih/inih-56.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/inih/inih-56.ebuild b/dev-libs/inih/inih-56.ebuild
16 index a448f218dc5a..813bef4ae86a 100644
17 --- a/dev-libs/inih/inih-56.ebuild
18 +++ b/dev-libs/inih/inih-56.ebuild
19 @@ -12,7 +12,7 @@ DESCRIPTION="inih (INI not invented here) simple .INI file parser"
20 HOMEPAGE="https://github.com/benhoyt/inih"
21
22 SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz"
23 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
25 S="${WORKDIR}/inih-r${PV}"
26
27 LICENSE="BSD"