summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-01-13 19:41:18 -0500
committerMichael Orlitzky <mjo@gentoo.org>2024-01-22 06:29:17 -0500
commitec806dd55a7de6cc63c2f51d5b10a7671fd9c06e (patch)
tree6b54cb674dbe71d4612db1abd82534c91dca069b /dev-gap/atlasrep
parentgap-pkg.eclass: simplify gap-pkg_econf() (diff)
downloadgentoo-ec806dd55a7de6cc63c2f51d5b10a7671fd9c06e.tar.gz
gentoo-ec806dd55a7de6cc63c2f51d5b10a7671fd9c06e.tar.bz2
gentoo-ec806dd55a7de6cc63c2f51d5b10a7671fd9c06e.zip
dev-gap/atlasrep: reorder SLOT variable
Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/atlasrep')
-rw-r--r--dev-gap/atlasrep/atlasrep-2.1.7.ebuild2
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 )"