blueness 15/04/27 02:50:36 Modified: stunnel-5.16-r1.ebuild ChangeLog Log: Add libdir love for mips. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 net-misc/stunnel/stunnel-5.16-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?r1=1.1&r2=1.2 Index: stunnel-5.16-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stunnel-5.16-r1.ebuild 27 Apr 2015 00:25:03 -0000 1.1 +++ stunnel-5.16-r1.ebuild 27 Apr 2015 02:50:36 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v 1.1 2015/04/27 00:25:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v 1.2 2015/04/27 02:50:36 blueness Exp $ EAPI="5" -inherit ssl-cert eutils systemd user +inherit ssl-cert eutils multilib systemd user DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="http://www.stunnel.org/index.html" @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ipv6 selinux tcpd" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) @@ -41,6 +41,7 @@ src_configure() { econf \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ $(use_enable ipv6) \ $(use_enable tcpd libwrap) \ --with-ssl="${EPREFIX}"/usr \ 1.223 net-misc/stunnel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.223&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.223&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.222&r2=1.223 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v retrieving revision 1.222 retrieving revision 1.223 diff -u -r1.222 -r1.223 --- ChangeLog 27 Apr 2015 00:28:08 -0000 1.222 +++ ChangeLog 27 Apr 2015 02:50:36 -0000 1.223 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/stunnel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.222 2015/04/27 00:28:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.223 2015/04/27 02:50:36 blueness Exp $ + + 27 Apr 2015; Anthony G. Basile <[email protected]> stunnel-5.16-r1.ebuild: + Add libdir love for mips. 27 Apr 2015; Anthony G. Basile <[email protected]> -stunnel-5.15.ebuild, stunnel-5.08.ebuild:
