From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B5B413825A for ; Fri, 13 May 2016 14:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1751021C054; Fri, 13 May 2016 14:51:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98558E0817 for ; Fri, 13 May 2016 14:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB2DE3409A4 for ; Fri, 13 May 2016 14:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 160A3980 for ; Fri, 13 May 2016 14:51:24 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1463151045.6b906b53dd4593ed7f76b8c3bc885cc87ffbb5c7.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/ginac/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/ginac/ginac-1.6.6.ebuild X-VCS-Directories: sci-mathematics/ginac/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6b906b53dd4593ed7f76b8c3bc885cc87ffbb5c7 X-VCS-Branch: master Date: Fri, 13 May 2016 14: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: ddcd82d0-1272-48d5-bfb1-a8e7887cc4fc X-Archives-Hash: f2adfd9bde3496c3519f76958025b771 commit: 6b906b53dd4593ed7f76b8c3bc885cc87ffbb5c7 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri May 13 14:50:45 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri May 13 14:50:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b906b53 sci-mathematics/ginac: amd64 stable wrt bug #572024 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sci-mathematics/ginac/ginac-1.6.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/ginac/ginac-1.6.6.ebuild b/sci-mathematics/ginac/ginac-1.6.6.ebuild index 45bd713..cc7c6e0 100644 --- a/sci-mathematics/ginac/ginac-1.6.6.ebuild +++ b/sci-mathematics/ginac/ginac-1.6.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.ginac.de/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" RDEPEND=">=sci-libs/cln-1.2.2"