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: Sun, 03 Jan 2021 09:12:49
Message-Id: 1609665014.adc48fd9773246e68fdb5d30683c7f48d3ec8407.sam@gentoo
1 commit: adc48fd9773246e68fdb5d30683c7f48d3ec8407
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 09:10:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 09:10:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc48fd9
7
8 dev-libs/inih: Stabilize 52 amd64, #762961
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/inih/inih-52.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/inih/inih-52.ebuild b/dev-libs/inih/inih-52.ebuild
16 index 71d82e5d0f3..9a27fb710e9 100644
17 --- a/dev-libs/inih/inih-52.ebuild
18 +++ b/dev-libs/inih/inih-52.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ DESCRIPTION="inih (INI not invented here) simple .INI file parser"
26 HOMEPAGE="https://github.com/benhoyt/inih"
27
28 SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
31
32 LICENSE="BSD"
33 SLOT="0"