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 0DE6959CA5 for ; Wed, 23 Mar 2016 21:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC0B21C029; 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 8650DE07DA for ; Wed, 23 Mar 2016 21:23:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A6D68340CF1 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 2CDA0876 for ; Wed, 23 Mar 2016 21:23:41 +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: <1458768206.1ecd26a838de831760183608a498013c38c3aab4.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fbterm/fbterm-1.7-r1.ebuild X-VCS-Directories: app-i18n/fbterm/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 1ecd26a838de831760183608a498013c38c3aab4 X-VCS-Branch: master Date: Wed, 23 Mar 2016 21:23:41 +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: 15b1cf74-f8d0-47c0-b3d9-d7e19eee7af2 X-Archives-Hash: cddf09f48b9adfad01501c833927d3a7 commit: 1ecd26a838de831760183608a498013c38c3aab4 Author: Steev Klimaszewski gentoo org> AuthorDate: Wed Mar 23 21:18:07 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Wed Mar 23 21:23:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecd26a8 app-i18n/fbterm: Add ~arm64 keyword Package-Manager: portage-2.2.28 app-i18n/fbterm/fbterm-1.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fbterm/fbterm-1.7-r1.ebuild b/app-i18n/fbterm/fbterm-1.7-r1.ebuild index 69f680c..1375af4 100644 --- a/app-i18n/fbterm/fbterm-1.7-r1.ebuild +++ b/app-i18n/fbterm/fbterm-1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://fbterm.googlecode.com/files/${P}.0.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="caps gpm video_cards_vesa" RDEPEND="caps? ( sys-libs/libcap )