Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/
Date: Thu, 23 Sep 2021 05:41:40
Message-Id: 1632375264.972c77b84719088b3efd86ac6072a8e1903215b0.dlan@gentoo
1 commit: 972c77b84719088b3efd86ac6072a8e1903215b0
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 01:43:36 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 05:34:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972c77b8
7
8 media-sound/audacious: keyword ~riscv
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 media-sound/audacious/audacious-4.0.5.ebuild | 4 ++--
14 media-sound/audacious/audacious-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-sound/audacious/audacious-4.0.5.ebuild b/media-sound/audacious/audacious-4.0.5.ebuild
18 index 98cdf80db1a..560b050d80c 100644
19 --- a/media-sound/audacious/audacious-4.0.5.ebuild
20 +++ b/media-sound/audacious/audacious-4.0.5.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 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
28 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
29 else
30 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
31 - KEYWORDS="amd64 x86"
32 + KEYWORDS="amd64 ~riscv x86"
33 fi
34 inherit xdg
35
36
37 diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild
38 index 13924b39fcb..a292996186c 100644
39 --- a/media-sound/audacious/audacious-9999.ebuild
40 +++ b/media-sound/audacious/audacious-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
48 EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git"
49 else
50 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2"
51 - KEYWORDS="~amd64 ~x86"
52 + KEYWORDS="~amd64 ~riscv ~x86"
53 fi
54 inherit xdg