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 66944138335 for ; Sun, 15 Jul 2018 15:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7F2E0802; Sun, 15 Jul 2018 15:51:28 +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 C4EC7E0802 for ; Sun, 15 Jul 2018 15:51:27 +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 4072C335C8C for ; Sun, 15 Jul 2018 15:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6C03375 for ; Sun, 15 Jul 2018 15:51:24 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1531669857.c0c6dd21b67a2df882e9ba1581253c4d15e1b1c8.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild X-VCS-Directories: dev-perl/Math-Utils/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c0c6dd21b67a2df882e9ba1581253c4d15e1b1c8 X-VCS-Branch: master Date: Sun, 15 Jul 2018 15:51:24 +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: d4b10e44-9454-4533-a6df-92429cbd97ea X-Archives-Hash: 62a5538a38fc8f81ab30f02cd736044d commit: c0c6dd21b67a2df882e9ba1581253c4d15e1b1c8 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jul 15 15:36:09 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jul 15 15:50:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c6dd21 dev-perl/Math-Utils: amd64 stable wrt bug #661196 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild index fb0ebea542d..f55ecb6607a 100644 --- a/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild +++ b/dev-perl/Math-Utils/Math-Utils-1.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Useful mathematical functions not in Perl" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=""