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/exaile/
Date: Mon, 02 Sep 2019 13:24:35
Message-Id: 1567430632.0756eced2ebf8654f956c8e919c90242b2870743.ago@gentoo
1 commit: 0756eced2ebf8654f956c8e919c90242b2870743
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 13:23:52 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 13:23:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756eced
7
8 media-sound/exaile: amd64 stable wrt bug #693194
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-sound/exaile/exaile-4.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/exaile/exaile-4.0.0.ebuild b/media-sound/exaile/exaile-4.0.0.ebuild
18 index 7dbc4aa8e77..57c248e3ab8 100644
19 --- a/media-sound/exaile/exaile-4.0.0.ebuild
20 +++ b/media-sound/exaile/exaile-4.0.0.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