Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/
Date: Thu, 01 Sep 2022 03:06:59
Message-Id: 1662001599.9dd58013d6288b5180c374229a8bb0fbc1008996.sam@gentoo
1 commit: 9dd58013d6288b5180c374229a8bb0fbc1008996
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 03:06:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 03:06:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd58013
7
8 sys-fs/mp3fs: Stabilize 1.1.1-r2 x86, #732764
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild
16 index 91cf99c844be..5f8ebd3e819e 100644
17 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild
18 +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz"
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 x86"
25 IUSE="+flac vorbis"
26
27 REQUIRED_USE="|| ( flac vorbis )"