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/strawberry/
Date: Sun, 25 Apr 2021 10:02:40
Message-Id: 1619344945.58267e929da96a0606c5047fdfe41a5e45dc3a2c.sam@gentoo
1 commit: 58267e929da96a0606c5047fdfe41a5e45dc3a2c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 09:53:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 10:02:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58267e92
7
8 media-sound/strawberry: Stabilize 0.9.2 amd64, #785523
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/strawberry/strawberry-0.9.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/strawberry/strawberry-0.9.2.ebuild b/media-sound/strawberry/strawberry-0.9.2.ebuild
16 index 9735f0e9a08..13ec62aadde 100644
17 --- a/media-sound/strawberry/strawberry-0.9.2.ebuild
18 +++ b/media-sound/strawberry/strawberry-0.9.2.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="GPL-3"