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 9F14C59CA5 for ; Wed, 23 Mar 2016 21:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 171CA21C004; 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 37EF721C012 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 6A4A9340CF6 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 09BCE874 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: <1458768188.d811e51cc11fe858ad3094290565dd9acbeb3e0a.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fbv/fbv-1.0b.ebuild X-VCS-Directories: media-gfx/fbv/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: d811e51cc11fe858ad3094290565dd9acbeb3e0a 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: d2636f39-fdda-4a77-a2eb-9add67f23144 X-Archives-Hash: 323dcb5f16f814276ed7088befe128fa commit: d811e51cc11fe858ad3094290565dd9acbeb3e0a Author: Steev Klimaszewski gentoo org> AuthorDate: Wed Mar 23 21:14:33 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Wed Mar 23 21:23:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d811e51c media-gfx/fbv: Keyword for ~arm64 Package-Manager: portage-2.2.28 media-gfx/fbv/fbv-1.0b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild index 1a81705..50f388a 100644 --- a/media-gfx/fbv/fbv-1.0b.ebuild +++ b/media-gfx/fbv/fbv-1.0b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 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="http://s-tech.elsat.net.pl/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm ~ppc ppc64 sh x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 sh x86" IUSE="gif jpeg png" RDEPEND="gif? ( media-libs/giflib )