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-plugins/pidgin-extprefs/
Date: Thu, 09 Sep 2021 07:11:16
Message-Id: 1631171069.4051377f49f720cef02ba82f86aa5c3e3ee5e8da.dlan@gentoo
1 commit: 4051377f49f720cef02ba82f86aa5c3e3ee5e8da
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 06:20:58 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 07:04:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4051377f
7
8 x11-plugins/pidgin-extprefs: keyword ~riscv
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
17 index bd365bd9122..ab36bf2882a 100644
18 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
19 +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 ppc sparc x86"
31 +KEYWORDS="amd64 ppc ~riscv sparc x86"
32
33 RDEPEND="net-im/pidgin[gtk]"
34 DEPEND="${RDEPEND}"