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 7C9C7139694 for ; Thu, 16 Feb 2017 20:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1A5E0C2F; Thu, 16 Feb 2017 20:23:10 +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 98A7AE0C2F for ; Thu, 16 Feb 2017 20:23:10 +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 8AD53340FC1 for ; Thu, 16 Feb 2017 20:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 013654A2E for ; Thu, 16 Feb 2017 20:23:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1487276532.c5eeebbbd86b3ad2f472b02beeb37d5c21130258.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/evince/evince-3.22.1.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c5eeebbbd86b3ad2f472b02beeb37d5c21130258 X-VCS-Branch: master Date: Thu, 16 Feb 2017 20:23:08 +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: bc41f67f-6f33-4de7-a3e4-a5b5b7d1f73c X-Archives-Hash: 3caac55bf83488671b9dc5eb54811a8a commit: c5eeebbbd86b3ad2f472b02beeb37d5c21130258 Author: sakaki deciban com> AuthorDate: Sat Feb 4 18:52:40 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 16 20:22:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eeebbb app-text/evince: add ~arm64 keyword (tested on cortex-a53) Closes: https://github.com/gentoo/gentoo/pull/3813 app-text/evince/evince-3.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/evince/evince-3.22.1.ebuild b/app-text/evince/evince-3.22.1.ebuild index 98856dcf7b..ab80c7b2e4 100644 --- a/app-text/evince/evince-3.22.1.ebuild +++ b/app-text/evince/evince-3.22.1.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" # atk used in libview # gdk-pixbuf used all over the place