Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/open-axiom/
Date: Mon, 02 Apr 2018 20:26:59
Message-Id: 1522700803.47e64e1c34064dcdf511140d30a55de856473825.jlec@gentoo
1 commit: 47e64e1c34064dcdf511140d30a55de856473825
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 20:26:43 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 20:26:43 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47e64e1c
7
8 sci-mathematics/open-axiom: Broken deps, drop keyword
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
17 index 77c3d0ee0..402e19eb2 100644
18 --- a/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
19 +++ b/sci-mathematics/open-axiom/open-axiom-1.4.2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 DESCRIPTION="Symbolic and algebraic computations system"
29 HOMEPAGE="http://www.open-axiom.org/"
30 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.bz2"
31
32 LICENSE="BSD"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 +KEYWORDS=""
36
37 IUSE="X"