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 D55561382C5 for ; Mon, 26 Feb 2018 14:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C329BE089B; Mon, 26 Feb 2018 14:25:43 +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 9DA31E089B for ; Mon, 26 Feb 2018 14:25:43 +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 ACB18335C43 for ; Mon, 26 Feb 2018 14:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746CE216 for ; Mon, 26 Feb 2018 14:25:40 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1519654807.42b3c80f6857a76d23f06ce48599793378dfd611.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 42b3c80f6857a76d23f06ce48599793378dfd611 X-VCS-Branch: master Date: Mon, 26 Feb 2018 14:25:40 +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: de28fd5d-d5a5-420c-933a-81ea9505d7a8 X-Archives-Hash: ec8a5f55810f6dc1d0cf05f4f6449287 commit: 42b3c80f6857a76d23f06ce48599793378dfd611 Author: Jason Zaman gentoo org> AuthorDate: Mon Feb 26 14:20:07 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Feb 26 14:20:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b3c80f net-libs/nativebiginteger: amd64 stable Gentoo-bug: 648402 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild index abdbb3191fe..243ce87fb2a 100644 --- a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild +++ b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild @@ -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"