diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 04:16:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 04:16:25 +0100 |
commit | 8e2fbd5dc17aa57bbf76b32c99a5e152449f29d0 (patch) | |
tree | 3bfb7ea13f2984cb89fe4170cb30007dad777e20 /dev-libs | |
parent | sys-auth/ssh-ldap-pubkey: destabilize 1.4.0 for ~amd64, ~x86 (diff) | |
download | gentoo-8e2fbd5dc17aa57bbf76b32c99a5e152449f29d0.tar.gz gentoo-8e2fbd5dc17aa57bbf76b32c99a5e152449f29d0.tar.bz2 gentoo-8e2fbd5dc17aa57bbf76b32c99a5e152449f29d0.zip |
dev-libs/inih: Stabilize 55 ppc, #846824
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/inih/inih-55.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/inih/inih-55.ebuild b/dev-libs/inih/inih-55.ebuild index 711dd5e438b6..c093964c1785 100644 --- a/dev-libs/inih/inih-55.ebuild +++ b/dev-libs/inih/inih-55.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" |