Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/
Date: Sun, 03 Mar 2019 12:07:10
Message-Id: 1551614801.c53021ade050f8f91dcd689a3a72c1e6b00ff9e4.zlogene@gentoo
1 commit: c53021ade050f8f91dcd689a3a72c1e6b00ff9e4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 12:06:41 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 12:06:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53021ad
7
8 media-sound/exaile: amd64 stable wrt bug #621900
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 media-sound/exaile/exaile-4.0.0_rc3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
18 index 2bebaa26411..f16131d4e05 100644
19 --- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild
20 +++ b/media-sound/exaile/exaile-4.0.0_rc3.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
22 EGIT_REPO_URI="https://github.com/exaile/exaile.git"
23 else
24 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz"
25 - KEYWORDS="~amd64 ~sparc x86"
26 + KEYWORDS="amd64 ~sparc x86"
27 S="${WORKDIR}/${PN}-${PV/_/}"
28 fi