Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/
Date: Tue, 23 Nov 2021 01:25:59
Message-Id: 1637629839.61fc1112a502851bd62f817f08c243971f3b8f13.dlan@gentoo
1 commit: 61fc1112a502851bd62f817f08c243971f3b8f13
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 20 13:16:46 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 01:10:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fc1112
7
8 x11-libs/gtk+extra: keyword ~riscv
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
18 index cd3521b0b525..02ce2f809e43 100644
19 --- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
20 +++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.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=6
27 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
28
29 LICENSE="FDL-1.1 LGPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
32 +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
33 IUSE="+introspection static-libs test"
34 RESTRICT="!test? ( test )"