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 222BA1382C5 for ; Mon, 2 Apr 2018 20:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CEE7E0F3A; Mon, 2 Apr 2018 20:26:49 +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 4659BE0F3A for ; Mon, 2 Apr 2018 20:26:49 +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 5909A335D7F for ; Mon, 2 Apr 2018 20:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56303275 for ; Mon, 2 Apr 2018 20:26:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1522700803.47e64e1c34064dcdf511140d30a55de856473825.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/open-axiom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild X-VCS-Directories: sci-mathematics/open-axiom/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 47e64e1c34064dcdf511140d30a55de856473825 X-VCS-Branch: master Date: Mon, 2 Apr 2018 20:26:46 +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: 82eb83cb-06db-48b9-9524-c503f2f54fe1 X-Archives-Hash: 79b74012bda6c13a6651ccb8ed36b58c commit: 47e64e1c34064dcdf511140d30a55de856473825 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 2 20:26:43 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 2 20:26:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47e64e1c sci-mathematics/open-axiom: Broken deps, drop keyword Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild index 77c3d0ee0..402e19eb2 100644 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="Symbolic and algebraic computations system" HOMEPAGE="http://www.open-axiom.org/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="X"