Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsynth/
Date: Sun, 29 Jan 2023 10:45:15
Message-Id: 1674989096.025b024e3b5f661b1cd1649cc576b0d501cfcc29.sam@gentoo
1 commit: 025b024e3b5f661b1cd1649cc576b0d501cfcc29
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:44:46 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:44:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025b024e
7
8 media-sound/qsynth: Stabilize 0.9.9 x86, #892493
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/qsynth/qsynth-0.9.9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/qsynth/qsynth-0.9.9.ebuild b/media-sound/qsynth/qsynth-0.9.9.ebuild
16 index 802d146a7511..63303257e81c 100644
17 --- a/media-sound/qsynth/qsynth-0.9.9.ebuild
18 +++ b/media-sound/qsynth/qsynth-0.9.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
26 inherit git-r3
27 else
28 SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ~ppc ~ppc64 x86"
31 fi
32
33 LICENSE="GPL-2"