Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/uchardet/
Date: Thu, 28 Jan 2021 19:31:31
Message-Id: 1611862276.c205f5324ffb2630d0585b374c6953be4c41ea25.grobian@gentoo
1 commit: c205f5324ffb2630d0585b374c6953be4c41ea25
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 19:30:54 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 19:31:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c205f532
7
8 app-i18n/uchardet-0.0.7: marked *-solaris
9
10 Bug: https://bugs.gentoo.org/750032
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 app-i18n/uchardet/uchardet-0.0.7.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/uchardet/uchardet-0.0.7.ebuild b/app-i18n/uchardet/uchardet-0.0.7.ebuild
18 index f9f084ac79e..148add6ad42 100644
19 --- a/app-i18n/uchardet/uchardet-0.0.7.ebuild
20 +++ b/app-i18n/uchardet/uchardet-0.0.7.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
28
29 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
30 SLOT="0"
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 IUSE="cpu_flags_x86_sse2 static-libs test"
34 RESTRICT="!test? ( test )"