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 12DF3139694 for ; Sun, 19 Feb 2017 08:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1325821C039; Sun, 19 Feb 2017 08:15:53 +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 DF0F921C039 for ; Sun, 19 Feb 2017 08:15:52 +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 96488340F43 for ; Sun, 19 Feb 2017 08:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4944D04 for ; Sun, 19 Feb 2017 08:15:48 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1487492125.9d698a5984d642d7d08b3b7a66312df6b4779bf3.maekke@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.24.0.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 9d698a5984d642d7d08b3b7a66312df6b4779bf3 X-VCS-Branch: master Date: Sun, 19 Feb 2017 08:15:48 +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: 709e33d6-fa14-4672-9ac9-93c731b5d8ca X-Archives-Hash: 7de16b0e8602abb45a5e123abad2f7ea commit: 9d698a5984d642d7d08b3b7a66312df6b4779bf3 Author: Markus Meier gentoo org> AuthorDate: Sun Feb 19 08:15:25 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 19 08:15:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d698a59 media-video/mpv: add ~arm, bug #608316 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" media-video/mpv/mpv-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.24.0.ebuild b/media-video/mpv/mpv-0.24.0.ebuild index 8b0e7a9b76..729f93c46a 100644 --- a/media-video/mpv/mpv-0.24.0.ebuild +++ b/media-video/mpv/mpv-0.24.0.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="~amd64 ~hppa ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )