From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7FA1259CA5 for ; Wed, 23 Mar 2016 21:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1797121C00F; Wed, 23 Mar 2016 21:23:46 +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 1E4EB21C004 for ; Wed, 23 Mar 2016 21:23:45 +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 4CFE9340AE0 for ; Wed, 23 Mar 2016 21:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B797286E for ; Wed, 23 Mar 2016 21:23:40 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1458768152.e41e4e156c6113b42be21a670eeda55501edc1c2.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-xvmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild X-VCS-Directories: app-eselect/eselect-xvmc/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: e41e4e156c6113b42be21a670eeda55501edc1c2 X-VCS-Branch: master Date: Wed, 23 Mar 2016 21:23:40 +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: 740fd280-c6e2-48ec-98ed-8437ed060a57 X-Archives-Hash: 0462c131b61683124fb8069133142cfd commit: e41e4e156c6113b42be21a670eeda55501edc1c2 Author: Steev Klimaszewski gentoo org> AuthorDate: Wed Mar 23 21:00:11 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Wed Mar 23 21:22:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41e4e15 app-eselect/eselect-xvmc: Add ~arm64 keyword Package-Manager: portage-2.2.28 app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild b/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild index f89451c..7692700 100644 --- a/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild +++ b/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" DEPEND=""