diff options
author | Sam James <sam@gentoo.org> | 2022-09-06 22:27:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-06 22:27:45 +0100 |
commit | c2472e9c6d8feb286465e884398142e942787da5 (patch) | |
tree | 97905b45e936061eb1456a0868659cc32ff01086 /dev-libs/inih | |
parent | dev-python/frozenlist: Stabilize 1.3.1 arm64, #868882 (diff) | |
download | gentoo-c2472e9c6d8feb286465e884398142e942787da5.tar.gz gentoo-c2472e9c6d8feb286465e884398142e942787da5.tar.bz2 gentoo-c2472e9c6d8feb286465e884398142e942787da5.zip |
dev-libs/inih: Stabilize 56 arm, #868948
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/inih')
-rw-r--r-- | dev-libs/inih/inih-56.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/inih/inih-56.ebuild b/dev-libs/inih/inih-56.ebuild index 711dd5e438b6..8439ec4e2713 100644 --- a/dev-libs/inih/inih-56.ebuild +++ b/dev-libs/inih/inih-56.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="inih (INI not invented here) simple .INI file parser" HOMEPAGE="https://github.com/benhoyt/inih" SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/inih-r${PV}" LICENSE="BSD" |