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 BBD271382C5 for ; Wed, 14 Feb 2018 16:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B2FE0A89; Wed, 14 Feb 2018 16:57:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 065B1E0A89 for ; Wed, 14 Feb 2018 16:57:55 +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 05DC0335C0C for ; Wed, 14 Feb 2018 16:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B5EB1E6 for ; Wed, 14 Feb 2018 16:57:51 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1518627037.90cc5771031c5790434cbe50bbdf9ffe11059de0.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundconverter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild X-VCS-Directories: media-sound/soundconverter/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 90cc5771031c5790434cbe50bbdf9ffe11059de0 X-VCS-Branch: master Date: Wed, 14 Feb 2018 16:57: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: 1ef5f345-b339-453a-948d-2b7d76e44f27 X-Archives-Hash: 3acb6cc8a3b6e6714cc2360481a105c4 commit: 90cc5771031c5790434cbe50bbdf9ffe11059de0 Author: Jason Zaman gentoo org> AuthorDate: Wed Feb 14 16:47:13 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Feb 14 16:50:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cc5771 media-sound/soundconverter: amd64 stable Gentoo-bug: 645872 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild b/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild index 9e6a1a33352..3a778827fb8 100644 --- a/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild +++ b/media-sound/soundconverter/soundconverter-3.0.0_beta1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="aac flac libnotify mp3 ogg opus vorbis" REQUIRED_USE="${PYTHON_REQUIRED_USE}"