commit:     88666cbe358f0f3bf362867be2184a2e7c51e818
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 19:24:49 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  6 19:28:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88666cbe

app-emacs/ecb: Drop the java flag

app-emacs/jde is slated for removal.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/ecb/ecb-2.50_pre20170728.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild 
b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
index 204485437855..9c0199f9da19 100644
--- a/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
+++ b/app-emacs/ecb/ecb-2.50_pre20170728.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,10 +13,6 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="java"
-
-RDEPEND="java? ( app-emacs/jde )"
-DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${PN}-${PV%_*}"
 SITEFILE="70${PN}-gentoo.el"
@@ -31,9 +27,7 @@ src_prepare() {
 }
 
 src_compile() {
-       local loadpath
-       use java && loadpath="${EPREFIX}${SITELISP}"/{elib,jde,jde/lisp}
-       emake LOADPATH="${loadpath}"
+       default
 }
 
 src_install() {

Reply via email to