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 1D559138335 for ; Tue, 30 Oct 2018 13:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEF18E08EC; Tue, 30 Oct 2018 13:25:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A6ADBE08EC for ; Tue, 30 Oct 2018 13:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DCD87335C67 for ; Tue, 30 Oct 2018 13:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2513642F for ; Tue, 30 Oct 2018 13:25:06 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1540905838.664a75e66d9270d40ad8a22653e4ad8837a8089e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpc/mpc-0.28.ebuild media-sound/mpc/mpc-0.30.ebuild X-VCS-Directories: media-sound/mpc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 664a75e66d9270d40ad8a22653e4ad8837a8089e X-VCS-Branch: master Date: Tue, 30 Oct 2018 13:25:06 +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: f2c7d0da-7f6b-404c-ab28-150f5ca54619 X-Archives-Hash: 185a0889a4a3fa6fe783467aab7241e9 commit: 664a75e66d9270d40ad8a22653e4ad8837a8089e Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 30 13:23:58 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 30 13:23:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664a75e6 media-sound/mpc: Drop hppa keyword Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-sound/mpc/mpc-0.28.ebuild | 4 ++-- media-sound/mpc/mpc-0.30.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/mpc/mpc-0.28.ebuild b/media-sound/mpc/mpc-0.28.ebuild index 8d7901c0887..8903c35bc90 100644 --- a/media-sound/mpc/mpc-0.28.ebuild +++ b/media-sound/mpc/mpc-0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ppc ppc64 sparc x86" IUSE="iconv" RDEPEND=">=media-libs/libmpdclient-2.9 diff --git a/media-sound/mpc/mpc-0.30.ebuild b/media-sound/mpc/mpc-0.30.ebuild index edabc4d0253..cf2048d1c50 100644 --- a/media-sound/mpc/mpc-0.30.ebuild +++ b/media-sound/mpc/mpc-0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="iconv test" RDEPEND="media-libs/libmpdclient