diff options
author | 2021-09-20 16:34:51 +0300 | |
---|---|---|
committer | 2021-09-20 16:34:51 +0300 | |
commit | e7076c8660a08ebfaab5657a73404e3742c9213d (patch) | |
tree | c0c086d808723cf02bdd0337aa2a7408d3685162 /app-dicts | |
parent | app-dicts/dictd-gcide: remove unused eclass: eutils (diff) | |
download | guru-e7076c8660a08ebfaab5657a73404e3742c9213d.tar.gz guru-e7076c8660a08ebfaab5657a73404e3742c9213d.tar.bz2 guru-e7076c8660a08ebfaab5657a73404e3742c9213d.zip |
app-dicts/dictd-mueller: remove unused eclass: eutils
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dictd-mueller/dictd-mueller-3.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-dicts/dictd-mueller/dictd-mueller-3.1-r1.ebuild b/app-dicts/dictd-mueller/dictd-mueller-3.1-r1.ebuild index aedc0a9f4..f7a903b7d 100644 --- a/app-dicts/dictd-mueller/dictd-mueller-3.1-r1.ebuild +++ b/app-dicts/dictd-mueller/dictd-mueller-3.1-r1.ebuild @@ -6,12 +6,13 @@ EAPI=7 MY_PN="mueller-dict" MY_P="${MY_PN}-${PV}" -inherit eutils autotools +inherit autotools DESCRIPTION="V. K. Mueller English-Russian Dictionary" HOMEPAGE="http://mueller-dict.sourceforge.net" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" + LICENSE="GPL-2" IUSE="ipa" SLOT="0" |