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 97638139694 for ; Thu, 13 Apr 2017 12:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDBCE0CB7; Thu, 13 Apr 2017 12:45:59 +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 DE8DAE0CB7 for ; Thu, 13 Apr 2017 12:45:58 +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 4E69334106E for ; Thu, 13 Apr 2017 12:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C14B742A for ; Thu, 13 Apr 2017 12:45:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492087541.c8dfe13398c29cef5e91da487a8181c8631df47d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8dfe13398c29cef5e91da487a8181c8631df47d X-VCS-Branch: master Date: Thu, 13 Apr 2017 12:45:55 +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: f033a7a2-a878-4dae-a4c8-990ea5203634 X-Archives-Hash: b0c3cafef4f774de3a0a51c6e49fb3b7 commit: c8dfe13398c29cef5e91da487a8181c8631df47d Author: Ilya Tumaykin gmail com> AuthorDate: Thu Apr 13 09:39:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 13 12:45:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dfe133 media-video/mpv: remove obsolete configure option in 9999 Also sync KEYWORDS with 0.24.0 ebuild. Closes: https://github.com/gentoo/gentoo/pull/4413 Gentoo-Bug: 614990 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-video/mpv/mpv-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 77144b0239e..1ce76096929 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -15,7 +15,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 ~ppc ~ppc64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) @@ -255,7 +255,6 @@ src_configure() { $(use_enable jpeg) --disable-android $(use_enable raspberry-pi rpi) - $(usex opengl "$(use_enable !aqua standard-gl)" '--disable-standard-gl') --disable-ios-gl $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') --disable-mali-fbdev # Only available in overlays.