summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 03:35:04 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:14 +0100
commit740193fe2adc083ccb4a71f016ee2745e45b306e (patch)
tree48edfebc264467748cddf59a89630162105b2759 /app-text/ding
parentapp-shells/mksh: fix MisplacedEclassVar (ECVS_AUTH) (diff)
downloadgentoo-740193fe2adc083ccb4a71f016ee2745e45b306e.tar.gz
gentoo-740193fe2adc083ccb4a71f016ee2745e45b306e.tar.bz2
gentoo-740193fe2adc083ccb4a71f016ee2745e45b306e.zip
app-text/ding: eutils->desktop in old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/ding')
-rw-r--r--app-text/ding/ding-1.8.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
index c2318824efe3..c9cdbf0e1e8c 100644
--- a/app-text/ding/ding-1.8.1.ebuild
+++ b/app-text/ding/ding-1.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+inherit desktop
DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
@@ -12,7 +12,6 @@ SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
RDEPEND=">=dev-lang/tk-8.3"