commit: 8f7093361bd5d0227000fb17627e1bc2d365c993 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Tue Apr 2 18:10:40 2019 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Tue Apr 2 18:10:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f709336
dev-libs/opensc: disable strict build Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/opensc/opensc-0.19.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild b/dev-libs/opensc/opensc-0.19.0-r2.ebuild index 8e68f032878..dff2daa814c 100644 --- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild +++ b/dev-libs/opensc/opensc-0.19.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,6 +44,7 @@ src_configure() { --with-completiondir="$(get_bashcompdir)" \ --disable-openpace \ --disable-static \ + --disable-strict \ --enable-man \ $(use_enable ctapi) \ $(use_enable doc) \