diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-06 21:24:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-06 21:28:22 +0200 |
commit | 88666cbe358f0f3bf362867be2184a2e7c51e818 (patch) | |
tree | 23d76495beb914d5d1a31432bc5312c1872b70b0 /app-emacs/ecb | |
parent | virtual/dotnet-sdk: take up maintainership (diff) | |
download | gentoo-88666cbe358f0f3bf362867be2184a2e7c51e818.tar.gz gentoo-88666cbe358f0f3bf362867be2184a2e7c51e818.tar.bz2 gentoo-88666cbe358f0f3bf362867be2184a2e7c51e818.zip |
app-emacs/ecb: Drop the java flag
app-emacs/jde is slated for removal.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/ecb')
-rw-r--r-- | app-emacs/ecb/ecb-2.50_pre20170728.ebuild | 10 |
1 files 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() { |