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 203FD1396D0 for ; Sat, 12 Aug 2017 15:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B40FE0ECF; Sat, 12 Aug 2017 15:43:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 39379E0ECF for ; Sat, 12 Aug 2017 15:43:25 +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 20F56341941 for ; Sat, 12 Aug 2017 15:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1F9276BA for ; Sat, 12 Aug 2017 15:43:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1502552591.f021835ca327fd3356deefdf5f4fabda8be6c392.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/paperkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/paperkey/paperkey-1.3.ebuild X-VCS-Directories: app-crypt/paperkey/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f021835ca327fd3356deefdf5f4fabda8be6c392 X-VCS-Branch: master Date: Sat, 12 Aug 2017 15:43:22 +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: 7cf1de29-444b-46a9-beaf-5c5f6ac8ea43 X-Archives-Hash: 22726782ce4c0b9dd473e8253fc75101 commit: f021835ca327fd3356deefdf5f4fabda8be6c392 Author: Michael Palimaka gentoo org> AuthorDate: Sat Aug 12 15:42:38 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 12 15:43:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f021835c app-crypt/paperkey: x86 stable Gentoo-bug: 622644 Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-crypt/paperkey/paperkey-1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/paperkey/paperkey-1.3.ebuild b/app-crypt/paperkey/paperkey-1.3.ebuild index 60111209c15..45ce2838286 100644 --- a/app-crypt/paperkey/paperkey-1.3.ebuild +++ b/app-crypt/paperkey/paperkey-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ SRC_URI="http://www.jabberwocky.com/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DOCS="README"