Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/strawberry/
Date: Fri, 30 Sep 2022 11:46:55
Message-Id: 1664538377.681dbd06c99289e31ee32c28946aeccae34a4987.ago@gentoo
1 commit: 681dbd06c99289e31ee32c28946aeccae34a4987
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 11:46:17 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 11:46:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681dbd06
7
8 media-sound/strawberry: Stabilize 1.0.8 amd64, #873583
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 media-sound/strawberry/strawberry-1.0.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/strawberry/strawberry-1.0.8.ebuild b/media-sound/strawberry/strawberry-1.0.8.ebuild
16 index fac9c644eb35..ca8c5afb6d1b 100644
17 --- a/media-sound/strawberry/strawberry-1.0.8.ebuild
18 +++ b/media-sound/strawberry/strawberry-1.0.8.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="GPL-3"