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 22FBF138331 for ; Sat, 14 Apr 2018 18:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517F6E0837; Sat, 14 Apr 2018 18:47:32 +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 257C5E0837 for ; Sat, 14 Apr 2018 18:47:32 +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 DC447335C7B for ; Sat, 14 Apr 2018 18:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42048230 for ; Sat, 14 Apr 2018 18:47:28 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523731628.dcc0a4d08ccdece243e9d55971d64131755a2c70.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-math/commons-math-2.1-r2.ebuild X-VCS-Directories: dev-java/commons-math/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dcc0a4d08ccdece243e9d55971d64131755a2c70 X-VCS-Branch: master Date: Sat, 14 Apr 2018 18:47:28 +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: 5c6e25c9-26fa-4052-851a-89c5269dff7f X-Archives-Hash: 09835a5f00006ba4c0f1d250fbd85d9e commit: dcc0a4d08ccdece243e9d55971d64131755a2c70 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 18:37:14 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 18:47:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc0a4d0 dev-java/commons-math: amd64 stable Bug: https://bugs.gentoo.org/643320 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-java/commons-math/commons-math-2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/commons-math/commons-math-2.1-r2.ebuild b/dev-java/commons-math/commons-math-2.1-r2.ebuild index 5722f745c40..b18fc803124 100644 --- a/dev-java/commons-math/commons-math-2.1-r2.ebuild +++ b/dev-java/commons-math/commons-math-2.1-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://commons.apache.org/math/" SRC_URI="mirror://apache/commons/math/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND=" >=virtual/jdk-1.6