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/snorenotify/
Date: Mon, 08 Nov 2021 02:51:45
Message-Id: 1636339784.c1aa0fef84f44a1e762d55b0f5f5f959761b06bc.dlan@gentoo
1 commit: c1aa0fef84f44a1e762d55b0f5f5f959761b06bc
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 5 11:54:37 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 8 02:49:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aa0fef
7
8 x11-libs/snorenotify: keyword ~riscv
9
10 Closes: https://github.com/gentoo/gentoo/pull/22826
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
19 index 4d88523fddf..a57a16a0ba2 100644
20 --- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
21 +++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
23
24 LICENSE="LGPL-3+"
25 SLOT="0"
26 -KEYWORDS="amd64 ~arm arm64 x86"
27 +KEYWORDS="amd64 ~arm arm64 ~riscv x86"
28 IUSE="sound test"
29 RESTRICT="!test? ( test )"