diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:19:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:52:57 +0100 |
commit | 07f9515b5bd9174f8e82521956bd06f84ec25bd0 (patch) | |
tree | c222c4feaa0285ff5237669d0f1cae0c835f73cc /app-doc | |
parent | app-dicts/wordnet: eutils->epatch (diff) | |
download | gentoo-07f9515b5bd9174f8e82521956bd06f84ec25bd0.tar.gz gentoo-07f9515b5bd9174f8e82521956bd06f84ec25bd0.tar.bz2 gentoo-07f9515b5bd9174f8e82521956bd06f84ec25bd0.zip |
app-doc/csound-manual: 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-doc')
-rw-r--r-- | app-doc/csound-manual/csound-manual-6.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild index d4cc8e1b6a5b..55b4000dcf73 100644 --- a/app-doc/csound-manual/csound-manual-6.15-r1.ebuild +++ b/app-doc/csound-manual/csound-manual-6.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,9 +25,9 @@ LANGS=" fr" IUSE+="${LANGS// / l10n_}" BDEPEND=" + app-arch/unzip media-libs/libpng:0 " -DEPEND="app-arch/unzip" S=${WORKDIR} |