diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-12 10:17:40 +0200 |
commit | 4d108353b4efeb82630a4fcd74ad7f0bbbc30d11 (patch) | |
tree | f26893c8ba0724b53157b39234322a6bf66722ea /media-sound | |
parent | media-sound/mac: Stabilize 10.29 x86, #921696 (diff) | |
download | gentoo-4d108353b4efeb82630a4fcd74ad7f0bbbc30d11.tar.gz gentoo-4d108353b4efeb82630a4fcd74ad7f0bbbc30d11.tar.bz2 gentoo-4d108353b4efeb82630a4fcd74ad7f0bbbc30d11.zip |
media-sound/strawberry: Stabilize 1.0.22 x86, #921697
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/strawberry/strawberry-1.0.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/strawberry/strawberry-1.0.22.ebuild b/media-sound/strawberry/strawberry-1.0.22.ebuild index 3db9ec7c7628..c2ff1d808cf4 100644 --- a/media-sound/strawberry/strawberry-1.0.22.ebuild +++ b/media-sound/strawberry/strawberry-1.0.22.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 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 x86" fi LICENSE="GPL-3" |