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 13916138330 for ; Sat, 1 Oct 2016 12:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B904F21C081; Sat, 1 Oct 2016 12:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D59021C081 for ; Sat, 1 Oct 2016 12:47:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF565340C08 for ; Sat, 1 Oct 2016 12:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85AEC2518 for ; Sat, 1 Oct 2016 12:41:01 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475325646.10d06b466b2417db1f850287f6aae19dae55dae0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.18.0-r1.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 10d06b466b2417db1f850287f6aae19dae55dae0 X-VCS-Branch: master Date: Sat, 1 Oct 2016 12:41:01 +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: 26a0614e-7c35-479b-911d-057ec0a6aab9 X-Archives-Hash: 601291c90f72290c0fad0014b475a684 commit: 10d06b466b2417db1f850287f6aae19dae55dae0 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 12:35:47 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 12:40:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d06b46 media-video/mpv: Stable for HPPA (bug #581204). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches media-video/mpv/mpv-0.18.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild index e133aa9..ebb83b9 100644 --- a/media-video/mpv/mpv-0.18.0-r1.ebuild +++ b/media-video/mpv/mpv-0.18.0-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="git://github.com/mpv-player/mpv.git"