aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-02 11:42:13 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-02 11:52:30 +0200
commitaa0f3126aea8fa967f2e8d7e32e9be641e9b2646 (patch)
tree8524010bf1aec018a58751a5a633652a710fa35a
parent.github/workflows/*: reduce code-duplication (diff)
downloadguru-aa0f3126.tar.gz
guru-aa0f3126.tar.bz2
guru-aa0f3126.zip
dev-lang/aldor: fix java.eclassesnotused
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-lang/aldor/aldor-1.2.0_p20190730.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
index 8386e046c..0fd274a7b 100644
--- a/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
+++ b/dev-lang/aldor/aldor-1.2.0_p20190730.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
COMMIT="13e5b90eecc79ec6704efb333c4c100187520e80"
-#TODO: figure out if a java eclass is needed
-inherit autotools elisp-common
+inherit autotools elisp-common java-pkg-opt-2
DESCRIPTION="The Aldor Programming Language"
HOMEPAGE="http://pippijn.github.io/aldor"