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 53E6F139695 for ; Fri, 16 Jun 2017 10:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A45E0DC3; Fri, 16 Jun 2017 10:37:35 +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 517FEE0DC3 for ; Fri, 16 Jun 2017 10:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E745341AA2 for ; Fri, 16 Jun 2017 10:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DB8746A for ; Fri, 16 Jun 2017 10:37:30 +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: <1497608707.c21563bd2b670f01a5877dd1c93f5ac17ba703c8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c21563bd2b670f01a5877dd1c93f5ac17ba703c8 X-VCS-Branch: master Date: Fri, 16 Jun 2017 10:37:30 +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: bf3023ff-1068-49bc-bbfa-c63fbd849cac X-Archives-Hash: cabb054ee5e0bef2e4e5e40e56e3b00b commit: c21563bd2b670f01a5877dd1c93f5ac17ba703c8 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 16 10:25:07 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 16 10:25:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21563bd media-libs/libcaca: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild index 589d14316c6..b099168ad92 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://libcaca.zoy.org/files/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )