diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 03:35:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:14 +0100 |
commit | 740193fe2adc083ccb4a71f016ee2745e45b306e (patch) | |
tree | 48edfebc264467748cddf59a89630162105b2759 /app-text/ding | |
parent | app-shells/mksh: fix MisplacedEclassVar (ECVS_AUTH) (diff) | |
download | gentoo-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.ebuild | 5 |
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" |