diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:19:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:44 +0100 |
commit | 3f7b0ed495f4c22d68839dbaba42feb88933f488 (patch) | |
tree | abf6f97bf9bab53996d3943eab2599334f35c83e /app-text/languagetool | |
parent | app-text/htmltidy: eutils->epatch (diff) | |
download | gentoo-3f7b0ed495f4c22d68839dbaba42feb88933f488.tar.gz gentoo-3f7b0ed495f4c22d68839dbaba42feb88933f488.tar.bz2 gentoo-3f7b0ed495f4c22d68839dbaba42feb88933f488.zip |
app-text/languagetool: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/languagetool')
-rw-r--r-- | app-text/languagetool/languagetool-4.5.ebuild | 4 | ||||
-rw-r--r-- | app-text/languagetool/languagetool-4.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/languagetool/languagetool-4.5.ebuild b/app-text/languagetool/languagetool-4.5.ebuild index c50594e3392d..afb2f0cde174 100644 --- a/app-text/languagetool/languagetool-4.5.ebuild +++ b/app-text/languagetool/languagetool-4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ CP_DEPEND=" RDEPEND=">=virtual/jre-1.8 ${CP_DEPEND}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR}/${MY_P} diff --git a/app-text/languagetool/languagetool-4.6.ebuild b/app-text/languagetool/languagetool-4.6.ebuild index 1e732211206c..8f9296077b67 100644 --- a/app-text/languagetool/languagetool-4.6.ebuild +++ b/app-text/languagetool/languagetool-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ CP_DEPEND=" RDEPEND=">=virtual/jre-1.8 ${CP_DEPEND}" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S=${WORKDIR}/${MY_P} |