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 E81D6139085 for ; Thu, 29 Dec 2016 10:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26369E0C36; Thu, 29 Dec 2016 10:06:24 +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 E48E4E0C36 for ; Thu, 29 Dec 2016 10:06:08 +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 5642A341671 for ; Thu, 29 Dec 2016 10:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6795A2502 for ; Thu, 29 Dec 2016 10:05:45 +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: <1483005915.c655c56907f33fc9d279c991e98088d76368dc2d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.38.1.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c655c56907f33fc9d279c991e98088d76368dc2d X-VCS-Branch: master Date: Thu, 29 Dec 2016 10:05:45 +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: f6a00f2e-b294-45cf-bd88-37d31997c042 X-Archives-Hash: 8102acc9c60ac762bffab186212ca25a commit: c655c56907f33fc9d279c991e98088d76368dc2d Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Dec 29 10:05:15 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Dec 29 10:05:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c655c569 sci-mathematics/maxima: amd64 stable wrt bug #573544 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sci-mathematics/maxima/maxima-5.38.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/maxima-5.38.1.ebuild b/sci-mathematics/maxima/maxima-5.38.1.ebuild index 6a4afe8..4553cb7 100644 --- a/sci-mathematics/maxima/maxima-5.38.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.38.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" # Supported lisps LISPS=( sbcl cmucl gcl ecls clozurecl clisp )