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 8FA2F138334 for ; Sat, 9 Mar 2019 21:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A5D1E0907; Sat, 9 Mar 2019 21:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 71320E0907 for ; Sat, 9 Mar 2019 21:19:28 +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 EB1A9335CEF for ; Sat, 9 Mar 2019 21:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736DB4E3 for ; Sat, 9 Mar 2019 21:19:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1552166232.610ef868fae87a112c1f786d1f0aa7a59637f7d3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-3.4.5.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 610ef868fae87a112c1f786d1f0aa7a59637f7d3 X-VCS-Branch: master Date: Sat, 9 Mar 2019 21:19:25 +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: 1e303289-00dd-4fe8-b55b-bfcfa085bff4 X-Archives-Hash: dda3ebbe81d782fa92d371160c20e8b9 commit: 610ef868fae87a112c1f786d1f0aa7a59637f7d3 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 9 21:17:07 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 9 21:17:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610ef868 media-sound/exaile: drop ppc keywords, bug 621900 Signed-off-by: Matt Turner gentoo.org> media-sound/exaile/exaile-3.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/exaile/exaile-3.4.5.ebuild b/media-sound/exaile/exaile-3.4.5.ebuild index 0b8e7a6516e..cee7a3917b3 100644 --- a/media-sound/exaile/exaile-3.4.5.ebuild +++ b/media-sound/exaile/exaile-3.4.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" +KEYWORDS="amd64 ~sparc x86" IUSE="cddb libnotify nls" REQUIRED_USE="${PYTHON_REQUIRED_USE}"