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 A2273139694 for ; Sat, 15 Jul 2017 09:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B426E0EA8; Sat, 15 Jul 2017 09:57:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF34BE0EA8 for ; Sat, 15 Jul 2017 09:57:56 +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 295853418D3 for ; Sat, 15 Jul 2017 09:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EDB774BB for ; Sat, 15 Jul 2017 09:57:53 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1500112668.45a576f6dd46b5c3e4d76cb6899969102e1a5a47.klausman@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-r1.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 45a576f6dd46b5c3e4d76cb6899969102e1a5a47 X-VCS-Branch: master Date: Sat, 15 Jul 2017 09:57:53 +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: df437bbc-847e-418d-88a4-36258ddd5a8c X-Archives-Hash: e90315f5a9c7a9246bef505ae0b3f6e0 commit: 45a576f6dd46b5c3e4d76cb6899969102e1a5a47 Author: Tobias Klausmann gentoo org> AuthorDate: Sat Jul 15 09:03:19 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Jul 15 09:57:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a576f6 app-text/evince-3.22.1-r1: add amd64 keyword Gentoo-Bug: 624876 app-text/evince/evince-3.22.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/evince/evince-3.22.1-r1.ebuild b/app-text/evince/evince-3.22.1-r1.ebuild index 862b8c1b9f1..06671c73f6a 100644 --- a/app-text/evince/evince-3.22.1-r1.ebuild +++ b/app-text/evince/evince-3.22.1-r1.ebuild @@ -13,7 +13,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 ~arm64 ~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