aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/gnu-apl/gnu-apl-1.8.ebuild')
-rw-r--r--dev-lang/gnu-apl/gnu-apl-1.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/gnu-apl/gnu-apl-1.8.ebuild b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild
index bcec2c325..6131d89c2 100644
--- a/dev-lang/gnu-apl/gnu-apl-1.8.ebuild
+++ b/dev-lang/gnu-apl/gnu-apl-1.8.ebuild
@@ -6,12 +6,13 @@ EAPI=8
DESCRIPTION="GNU interpreter for the APL programming language"
HOMEPAGE="https://www.gnu.org/software/apl/"
SRC_URI="mirror://gnu/apl/apl-${PV}.tar.gz"
+
+S="${WORKDIR}/apl-${PV}"
+
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}/apl-${PV}"
-
IUSE="static-libs erlang libapl python gtk3 pcre2 sqlite3 postgresql"
BDEPEND="dev-vcs/subversion"