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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC9BE1382C5 for ; Sun, 4 Mar 2018 06:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280E8E08C3; Sun, 4 Mar 2018 06:51:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05EEBE08A4 for ; Sun, 4 Mar 2018 06:51:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CA5C335C34 for ; Sun, 4 Mar 2018 06:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D1C243 for ; Sun, 4 Mar 2018 06:51:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1520145912.c2bbfebd93724fe81c9b4cb4e7855c1ea46cdd18.whissi@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-r2.ebuild X-VCS-Directories: media-sound/mpfc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c2bbfebd93724fe81c9b4cb4e7855c1ea46cdd18 X-VCS-Branch: master Date: Sun, 4 Mar 2018 06:51:51 +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-Archives-Salt: a433f45a-40db-4366-bbff-0ce67747a51c X-Archives-Hash: 5907fce670e43aa7cacc5d5acf7ff3d5 commit: c2bbfebd93724fe81c9b4cb4e7855c1ea46cdd18 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 4 06:07:58 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 4 06:45:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bbfebd media-sound/mpfc: x86 stable (bug #648298) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild index 45a4bd4c4cb..1888d65c297 100644 --- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild +++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )