Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
Date: Sat, 27 Jun 2020 20:41:57
Message-Id: 1593290503.6cc3ced862dd185909fa0e15458f544e998ad23e.leio@gentoo
1 commit: 6cc3ced862dd185909fa0e15458f544e998ad23e
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sat Jun 27 17:56:43 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 20:41:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc3ced8
7
8 x11-libs/snorenotify: arm64 keyworded (bug #728652)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
18 index 5fa613294bc..c165073fda3 100644
19 --- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
20 +++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
28
29 LICENSE="LGPL-3+"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm x86"
32 +KEYWORDS="amd64 ~arm ~arm64 x86"
33 IUSE="sound test"
34 RESTRICT="!test? ( test )"