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: Sat, 26 Mar 2022 19:49:41
Message-Id: 1648324161.aacb95a621a4eec5fdfb655c1ef5cc48b0f35108.ago@gentoo
1 commit: aacb95a621a4eec5fdfb655c1ef5cc48b0f35108
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 19:49:21 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 19:49:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacb95a6
7
8 media-sound/strawberry: x86 stable wrt bug #835831
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-sound/strawberry/strawberry-1.0.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/strawberry/strawberry-1.0.2.ebuild b/media-sound/strawberry/strawberry-1.0.2.ebuild
18 index ca2abcebaa8c..721ef2158d3d 100644
19 --- a/media-sound/strawberry/strawberry-1.0.2.ebuild
20 +++ b/media-sound/strawberry/strawberry-1.0.2.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz"
25 - KEYWORDS="amd64 ~ppc64 ~x86"
26 + KEYWORDS="amd64 ~ppc64 x86"
27 fi
28
29 LICENSE="GPL-3"