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 B5345158043 for ; Sat, 13 Apr 2024 19:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E42E29E1; Sat, 13 Apr 2024 19:02:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E09F8E29E1 for ; Sat, 13 Apr 2024 19:02:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 040083433B1 for ; Sat, 13 Apr 2024 19:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B86AB7 for ; Sat, 13 Apr 2024 19:02:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713034920.ab91cf72b758cd6e116d183f57aeece1d774c255.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild X-VCS-Directories: media-sound/mpfc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ab91cf72b758cd6e116d183f57aeece1d774c255 X-VCS-Branch: master Date: Sat, 13 Apr 2024 19:02:03 +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: 80e9cdbd-d749-424d-9d3a-840ea1b4da3d X-Archives-Hash: 0cd49f61e57e635f548d879e45ee3a13 commit: ab91cf72b758cd6e116d183f57aeece1d774c255 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 13 19:02:00 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 13 19:02:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab91cf72 media-sound/mpfc: Stabilize 1.3.8.1-r5 ppc, #929952 Signed-off-by: Arthur Zamarin gentoo.org> media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild index f182195b0023..5daf11bd9813 100644 --- a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild +++ b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav" RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )