summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/autodoc/autodoc-2022.10.20.ebuild')
-rw-r--r--dev-gap/autodoc/autodoc-2022.10.20.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-gap/autodoc/autodoc-2022.10.20.ebuild b/dev-gap/autodoc/autodoc-2022.10.20.ebuild
index eeef229dec42..f1afd9595445 100644
--- a/dev-gap/autodoc/autodoc-2022.10.20.ebuild
+++ b/dev-gap/autodoc/autodoc-2022.10.20.ebuild
@@ -8,12 +8,11 @@ inherit gap-pkg
DESCRIPTION="Generate documentation from GAP source code"
SLOT="0"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
+S="${WORKDIR}/AutoDoc-${PV}"
LICENSE="GPL-2+"
KEYWORDS="~amd64"
-S="${WORKDIR}/AutoDoc-${PV}"
-
# The test suite tries to LoadPackage this
BDEPEND="test? ( dev-gap/io )"
gap-pkg_enable_tests