Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/
Date: Sat, 10 Sep 2022 06:43:36
Message-Id: 1662792105.31d8e3323cddafe628682e1a76f80b89283de4f9.jsmolic@gentoo
1 commit: 31d8e3323cddafe628682e1a76f80b89283de4f9
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 06:41:45 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 06:41:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d8e332
7
8 media-sound/exaile: Stabilize 4.1.2 amd64, #869425
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 media-sound/exaile/exaile-4.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/exaile/exaile-4.1.2.ebuild b/media-sound/exaile/exaile-4.1.2.ebuild
16 index 5fd5b6a75bca..27c4ab99ab06 100644
17 --- a/media-sound/exaile/exaile-4.1.2.ebuild
18 +++ b/media-sound/exaile/exaile-4.1.2.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/exaile/exaile.git"
21 else
22 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}/${PN}-${PV/_/}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 ~x86"
25 S="${WORKDIR}/${PN}-${PV/_/-}"
26 fi