diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-13 11:12:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-13 11:12:34 +0200 |
commit | e7ce8c478f29777f558b9e24436413fc2a2f75fe (patch) | |
tree | 9a5e7d00356bc279d90f0660958f807f32ea1dd7 /media-sound/mpdscribble | |
parent | net-nntp/sabnzbd: disable py3.9 (diff) | |
download | gentoo-e7ce8c478f29777f558b9e24436413fc2a2f75fe.tar.gz gentoo-e7ce8c478f29777f558b9e24436413fc2a2f75fe.tar.bz2 gentoo-e7ce8c478f29777f558b9e24436413fc2a2f75fe.zip |
media-sound/mpdscribble: Stabilize 0.25 x86, #921979
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mpdscribble/mpdscribble-0.25.ebuild b/media-sound/mpdscribble/mpdscribble-0.25.ebuild index e21eff2664cf..b67121d0da89 100644 --- a/media-sound/mpdscribble/mpdscribble-0.25.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="test" # Test program is just an interactive check. RESTRICT="!test? ( test ) test" |