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 170A0139694 for ; Wed, 28 Jun 2017 10:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB8EE0BE5; Wed, 28 Jun 2017 10:55:07 +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 2D44BE0BE5 for ; Wed, 28 Jun 2017 10:55:07 +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 17B1233BE3E for ; Wed, 28 Jun 2017 10:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B67E27466 for ; Wed, 28 Jun 2017 10:55:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498646463.5f5b6e5eb05b81381306f64becfae4db4623f4ff.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libvdpau/libvdpau-1.1.1.ebuild X-VCS-Directories: x11-libs/libvdpau/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5f5b6e5eb05b81381306f64becfae4db4623f4ff X-VCS-Branch: master Date: Wed, 28 Jun 2017 10:55:03 +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: e002d9dc-18e3-4742-b605-67c2e0c7fb90 X-Archives-Hash: 4de98f6bc24d51fb7c3bed5ee50e65fe commit: 5f5b6e5eb05b81381306f64becfae4db4623f4ff Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 28 10:41:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 28 10:41:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5b6e5e x11-libs/libvdpau: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild index 4d773d8fc50..a9837898069 100644 --- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild +++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc dri" RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]