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/confuse/
Date: Sun, 03 Jan 2021 09:14:24
Message-Id: 1609665255.224b48521f228884610e7d4b165e47e6b333a7f0.sam@gentoo
1 commit: 224b48521f228884610e7d4b165e47e6b333a7f0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 09:12:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 09:14:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b4852
7
8 dev-libs/confuse: Stabilize 3.3 sparc, #761978
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/confuse/confuse-3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild
16 index 6fc2d7f5da9..7441b69aeb8 100644
17 --- a/dev-libs/confuse/confuse-3.3.ebuild
18 +++ b/dev-libs/confuse/confuse-3.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar
26
27 LICENSE="ISC"
28 SLOT="0/2.1.0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
30 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
31
32 IUSE="nls static-libs"