diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-03-24 14:39:17 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-03-24 14:39:34 -0400 |
commit | 036c02855c9fc404e6fd84f1b8077b61ea415761 (patch) | |
tree | d446cb9113b7353cf366a8bc66332a4d515a14e4 /sci-mathematics/planarity | |
parent | dev-db/phpmyadmin: Drop vulnerable versions, but keep last stable (diff) | |
download | gentoo-036c02855c9fc404e6fd84f1b8077b61ea415761.tar.gz gentoo-036c02855c9fc404e6fd84f1b8077b61ea415761.tar.bz2 gentoo-036c02855c9fc404e6fd84f1b8077b61ea415761.zip |
sci-mathematics/planarity: maintainer stabilize on amd64/x86.
There's no easy way to test this package, but I regularly use (and
test) its SageMath interface, so I'm going to save the arch teams
a pointless build test and stabilize it myself this time.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/planarity')
-rw-r--r-- | sci-mathematics/planarity/planarity-3.0.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild b/sci-mathematics/planarity/planarity-3.0.0.5.ebuild index e0acab922a49..e9cb127f19fd 100644 --- a/sci-mathematics/planarity/planarity-3.0.0.5.ebuild +++ b/sci-mathematics/planarity/planarity-3.0.0.5.ebuild @@ -14,7 +14,7 @@ IUSE="examples static-libs" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # https://github.com/graph-algorithms/edge-addition-planarity-suite/issues/4 # https://github.com/graph-algorithms/edge-addition-planarity-suite/pull/3 |