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/timidity++/
Date: Wed, 30 Dec 2020 02:39:54
Message-Id: 1609295931.ead1ebbcacfe126e37c26d8a072b4af804e4a447.sam@gentoo
1 commit: ead1ebbcacfe126e37c26d8a072b4af804e4a447
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 02:38:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 02:38:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead1ebbc
7
8 media-sound/timidity++: Stabilize 2.15.0 amd64, #762487
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/timidity++/timidity++-2.15.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/timidity++/timidity++-2.15.0.ebuild b/media-sound/timidity++/timidity++-2.15.0.ebuild
16 index e0407f9c953..cfd8f414996 100644
17 --- a/media-sound/timidity++/timidity++-2.15.0.ebuild
18 +++ b/media-sound/timidity++/timidity++-2.15.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/timidity/${MY_P}.tar.xz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
31 IUSE="alsa ao emacs flac gtk jack motif nas ncurses oss selinux slang speex tk vorbis X"
32
33 REQUIRED_USE="tk? ( X )"