diff options
author | 2022-09-06 22:34:57 +0100 | |
---|---|---|
committer | 2022-09-06 22:34:57 +0100 | |
commit | c7ebfefc5a5d74503c56a4d5029250d4ea9389ea (patch) | |
tree | a2af5352bd8a99640862e348893c4a7ef66a685c /dev-libs/inih | |
parent | app-admin/sudo: Stabilize 1.9.11_p3 arm64, #868945 (diff) | |
download | gentoo-c7ebfefc5a5d74503c56a4d5029250d4ea9389ea.tar.gz gentoo-c7ebfefc5a5d74503c56a4d5029250d4ea9389ea.tar.bz2 gentoo-c7ebfefc5a5d74503c56a4d5029250d4ea9389ea.zip |
dev-libs/inih: Stabilize 56 arm64, #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 8439ec4e2713..954f560eca50 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" |