diff options
author | 2018-05-07 23:17:25 +0200 | |
---|---|---|
committer | 2018-05-07 23:17:25 +0200 | |
commit | 094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch) | |
tree | a7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /app-dicts/steak | |
parent | x11-libs/gtk+: Version bump. Remove old (diff) | |
download | mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2 mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip |
Minor cleanups/EAPI bumps
Diffstat (limited to 'app-dicts/steak')
-rw-r--r-- | app-dicts/steak/steak-1.7.3-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-dicts/steak/steak-1.7.3-r3.ebuild b/app-dicts/steak/steak-1.7.3-r3.ebuild index a2898833..dcf18c44 100644 --- a/app-dicts/steak/steak-1.7.3-r3.ebuild +++ b/app-dicts/steak/steak-1.7.3-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 RESTRICT="mirror" DESCRIPTION="EN => DE Dictionary" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="app-text/recode" -! ${use_rpm} || DEPEND=${DEPEND}" app-arch/rpm2targz" +BDEPEND="app-text/recode" +! ${use_rpm} || BDEPEND=${BDEPEND}" app-arch/rpm2targz" RDEPEND="" S=${WORKDIR}/Steak @@ -35,7 +35,7 @@ PATCHES=("${FILESDIR}/${P}.patch") } src_prepare() { - eapply_user + default recode latin1..utf8 "${S}"/Datensatz/ger-eng.txt || die } |