commit: ccbc8eb528dabbf77dacba34e5ea545231a55b90 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Apr 17 01:31:09 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Apr 17 01:31:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc8eb5
dev-libs/libressl: enable REQUIRED_USE for tests and drop eutils Upstream has noted that tests require static-libs. As such, require that static-libs USE flag is set. Additionally, drop eutils eclass in favor of ltprune as the only function called is prune_libtool_files. Closes: https://bugs.gentoo.org/625266 Closes: https://bugs.gentoo.org/607960 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/libressl/libressl-2.6.0.ebuild | 7 +++---- dev-libs/libressl/libressl-2.6.4.ebuild | 5 +++-- dev-libs/libressl/libressl-2.7.2.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild b/dev-libs/libressl/libressl-2.6.0.ebuild index 44ecf27ddcb..2613eb39b53 100644 --- a/dev-libs/libressl/libressl-2.6.0.ebuild +++ b/dev-libs/libressl/libressl-2.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils multilib-minimal +inherit ltprune multilib-minimal DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -15,14 +15,13 @@ LICENSE="ISC openssl" # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/43" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="+asm static-libs" +IUSE="+asm static-libs test" +REQUIRED_USE="test? ( static-libs )" RDEPEND="!dev-libs/openssl:0" DEPEND="${RDEPEND}" PDEPEND="app-misc/ca-certificates" -RESTRICT="test" # bug #625266 - src_prepare() { touch crypto/Makefile.in diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild index b4987334136..d8f2130d4b1 100644 --- a/dev-libs/libressl/libressl-2.6.4.ebuild +++ b/dev-libs/libressl/libressl-2.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils multilib-minimal +inherit ltprune multilib-minimal DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -15,7 +15,8 @@ LICENSE="ISC openssl" # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/44" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" -IUSE="+asm static-libs" +IUSE="+asm static-libs test" +REQUIRED_USE="test? ( static-libs )" RDEPEND="!dev-libs/openssl:0" DEPEND="${RDEPEND}" diff --git a/dev-libs/libressl/libressl-2.7.2.ebuild b/dev-libs/libressl/libressl-2.7.2.ebuild index af207c40014..d988e0c8f01 100644 --- a/dev-libs/libressl/libressl-2.7.2.ebuild +++ b/dev-libs/libressl/libressl-2.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils multilib-minimal +inherit ltprune multilib-minimal DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" HOMEPAGE="https://www.libressl.org/" @@ -16,7 +16,8 @@ LICENSE="ISC openssl" SLOT="0/45" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" KEYWORDS="" -IUSE="+asm static-libs" +IUSE="+asm static-libs test" +REQUIRED_USE="test? ( static-libs )" RDEPEND="!dev-libs/openssl:0" DEPEND="${RDEPEND}"
