diff options
Diffstat (limited to 'dev-gap/atlasrep')
-rw-r--r-- | dev-gap/atlasrep/atlasrep-2.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-gap/atlasrep/atlasrep-2.1.7.ebuild b/dev-gap/atlasrep/atlasrep-2.1.7.ebuild index 731f66db06b7..15af7966d7c4 100644 --- a/dev-gap/atlasrep/atlasrep-2.1.7.ebuild +++ b/dev-gap/atlasrep/atlasrep-2.1.7.ebuild @@ -6,7 +6,6 @@ EAPI=8 inherit gap-pkg DESCRIPTION="GAP Interface to the Atlas of Group Representations" -SLOT="0" # How to make the test data: # @@ -22,6 +21,7 @@ SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/${P}.tar.gz https://dev.gentoo.org/~mjo/distfiles/${P}-testdata.tar.xz" LICENSE="GPL-3+" +SLOT="0" KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" |