From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE869158094 for ; Thu, 1 Sep 2022 03:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED531E0A6E; Thu, 1 Sep 2022 03:13:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3AC1E0A6E for ; Thu, 1 Sep 2022 03:13:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE7B8340D3C for ; Thu, 1 Sep 2022 03:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC87556 for ; Thu, 1 Sep 2022 03:13:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662001971.24d795c53ac1ab73da4d8a1ac578fba910d2d34a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild X-VCS-Directories: sys-fs/mp3fs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24d795c53ac1ab73da4d8a1ac578fba910d2d34a X-VCS-Branch: master Date: Thu, 1 Sep 2022 03:13:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c26793d6-28eb-4264-b9af-02d7e452c6f1 X-Archives-Hash: cf6a7839cdef8f3e95ca07ff70432d87 commit: 24d795c53ac1ab73da4d8a1ac578fba910d2d34a Author: Sam James gentoo org> AuthorDate: Thu Sep 1 03:12:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 03:12:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d795c5 sys-fs/mp3fs: Stabilize 1.1.1-r2 amd64, #732764 Signed-off-by: Sam James gentoo.org> sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild index 5f8ebd3e819e..9d1c983aed61 100644 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="+flac vorbis" REQUIRED_USE="|| ( flac vorbis )"