Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 752465
Collapse All | Expand All

(-)a/dev-libs/libressl/libressl-3.2.2.ebuild (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit multilib-minimal libtool
6
inherit autotools multilib-minimal libtool
7
7
8
DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
8
DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
9
HOMEPAGE="https://www.libressl.org/"
9
HOMEPAGE="https://www.libressl.org/"
Lines 46-51 src_prepare() { Link Here
46
	eapply_user
46
	eapply_user
47
47
48
	elibtoolize  # for Solaris
48
	elibtoolize  # for Solaris
49
	eautomake # required for makefile changes
49
}
50
}
50
51
51
multilib_src_configure() {
52
multilib_src_configure() {
52
- 

Return to bug 752465