diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:20:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:08 +0100 |
commit | 3f42cc516f3398e83485e8aa5c7210c69b502881 (patch) | |
tree | 8571e25e2ac27882287f0485792728358ebeb6d7 /dev-libs/libb64 | |
parent | dev-libs/OpenNI: eutils->epatch (diff) | |
download | gentoo-3f42cc516f3398e83485e8aa5c7210c69b502881.tar.gz gentoo-3f42cc516f3398e83485e8aa5c7210c69b502881.tar.bz2 gentoo-3f42cc516f3398e83485e8aa5c7210c69b502881.zip |
dev-libs/libb64: 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 'dev-libs/libb64')
-rw-r--r-- | dev-libs/libb64/libb64-2.0.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libb64/libb64-2.0.0.1.ebuild b/dev-libs/libb64/libb64-2.0.0.1.ebuild index 9adbb345b334..a99722ebba95 100644 --- a/dev-libs/libb64/libb64-2.0.0.1.ebuild +++ b/dev-libs/libb64/libb64-2.0.0.1.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 @@ -12,9 +12,8 @@ LICENSE="CC-PD" # static library, so always rebuild SLOT="0/${PVR}" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_compile() { # override -O3, -Werror non-sense |