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 8428E1382C5 for ; Sun, 25 Feb 2018 18:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A697E087F; Sun, 25 Feb 2018 18:21:51 +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 09025E087D for ; Sun, 25 Feb 2018 18:21:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7A304335C54 for ; Sun, 25 Feb 2018 18:21:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4EE246 for ; Sun, 25 Feb 2018 18:21:46 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1519582244.5d6e3a90566cbd64bd12fd9cb32bc4597ea36bff.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nativebiginteger/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild X-VCS-Directories: net-libs/nativebiginteger/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5d6e3a90566cbd64bd12fd9cb32bc4597ea36bff X-VCS-Branch: master Date: Sun, 25 Feb 2018 18:21:46 +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: 8c0eb5fa-eaa3-49eb-94be-ca5bf75febac X-Archives-Hash: 1c8ba4c18c05cbeaa57d6087b0a4426c commit: 5d6e3a90566cbd64bd12fd9cb32bc4597ea36bff Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 25 18:10:44 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 25 18:10:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e3a90 net-libs/nativebiginteger: x86 stable (bug #648402) Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild index 15616b668c4..abdbb3191fe 100644 --- a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild +++ b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://mirror.i2p2.de/i2psource_${PV}.tar.bz2" LICENSE="|| ( public-domain BSD MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="test"