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 3C9CD1384B4 for ; Mon, 4 Jan 2016 09:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B11EBE0879; Mon, 4 Jan 2016 09:40:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 590F8E0879 for ; Mon, 4 Jan 2016 09:40:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D79333D3C7 for ; Mon, 4 Jan 2016 09:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FC4CB0 for ; Mon, 4 Jan 2016 09:40:44 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1451900113.91e505da8e8f0a0e654f81b0c531ae43284a3a56.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild X-VCS-Directories: sci-mathematics/nestedsums/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 91e505da8e8f0a0e654f81b0c531ae43284a3a56 X-VCS-Branch: master Date: Mon, 4 Jan 2016 09:40:44 +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: 12c17639-e81c-43ea-90df-ef7aa783e22e X-Archives-Hash: 9bba0249d673dfbb6f4068eb602d9c86 commit: 91e505da8e8f0a0e654f81b0c531ae43284a3a56 Author: Andrey Grozin gentoo org> AuthorDate: Mon Jan 4 09:34:35 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Mon Jan 4 09:35:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e505da sci-mathematics/nestedsums: keyworded 1.4.12-r1 ~amd64 Package-Manager: portage-2.2.26 sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild index b106f0a..b1d8c56 100644 --- a/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild +++ b/sci-mathematics/nestedsums/nestedsums-1.4.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="3" @@ -8,7 +8,7 @@ IUSE="doc" SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" RDEPEND=">=sci-mathematics/ginac-1.5" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )"