Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apetag/
Date: Sun, 26 Sep 2021 22:16:17
Message-Id: 1632694551.895145a867a045696ac6328c9e45ccac94658c08.marecki@gentoo
1 commit: 895145a867a045696ac6328c9e45ccac94658c08
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 20:43:53 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 22:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895145a8
7
8 media-sound/apetag: keyword 1.12-r3 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 media-sound/apetag/apetag-1.12-r3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild b/media-sound/apetag/apetag-1.12-r3.ebuild
16 index b6cf8e73f54..d34b04e2b1a 100644
17 --- a/media-sound/apetag/apetag-1.12-r3.ebuild
18 +++ b/media-sound/apetag/apetag-1.12-r3.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8,9} )
28
29 inherit python-single-r1 toolchain-funcs
30
31 @@ -13,7 +13,7 @@ SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz"
32
33 LICENSE="GPL-3"
34 SLOT="0"
35 -KEYWORDS="amd64 ppc ppc64 x86"
36 +KEYWORDS="amd64 ppc ppc64 ~riscv x86"
37 IUSE=""
38 REQUIRED_USE="${PYTHON_REQUIRED_USE}"