diff options
-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" |