diff options
author | 2021-04-16 22:30:37 +0100 | |
---|---|---|
committer | 2021-04-18 06:53:02 +0100 | |
commit | 28e38a2c5689ed932465c5b05e5aa98f500d7d3f (patch) | |
tree | dc002e6a56859c856e27a558e828c26c3e1b7e4b /app-editors | |
parent | app-editors/hexedit: eutils->epatch (diff) | |
download | gentoo-28e38a2c5689ed932465c5b05e5aa98f500d7d3f.tar.gz gentoo-28e38a2c5689ed932465c5b05e5aa98f500d7d3f.tar.bz2 gentoo-28e38a2c5689ed932465c5b05e5aa98f500d7d3f.zip |
app-editors/jedit: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jedit/jedit-5.4.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-editors/jedit/jedit-5.4.0.ebuild b/app-editors/jedit/jedit-5.4.0.ebuild index 42744cd248a8..a7d779902ac9 100644 --- a/app-editors/jedit/jedit-5.4.0.ebuild +++ b/app-editors/jedit/jedit-5.4.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc test" - -inherit eutils java-pkg-2 java-ant-2 xdg-utils +inherit desktop java-pkg-2 java-ant-2 xdg-utils DESCRIPTION="Programmer's editor written in Java" HOMEPAGE="http://www.jedit.org" |