summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-04-27 02:50:36 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-04-27 02:50:36 +0000
commit8f84a81aefbe6672bfb20eab5da964485417f94b (patch)
treef29dc1b690ecd4f5258159c61278697ecfe59aa2 /net-misc/stunnel
parentRemove old (diff)
downloadgentoo-2-8f84a81aefbe6672bfb20eab5da964485417f94b.tar.gz
gentoo-2-8f84a81aefbe6672bfb20eab5da964485417f94b.tar.bz2
gentoo-2-8f84a81aefbe6672bfb20eab5da964485417f94b.zip
Add libdir love for mips.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r--net-misc/stunnel/ChangeLog5
-rw-r--r--net-misc/stunnel/stunnel-5.16-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index 09a09cfb3c78..1d18b5f9574a 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -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 <blueness@gentoo.org> stunnel-5.16-r1.ebuild:
+ Add libdir love for mips.
27 Apr 2015; Anthony G. Basile <blueness@gentoo.org> -stunnel-5.15.ebuild,
stunnel-5.08.ebuild:
diff --git a/net-misc/stunnel/stunnel-5.16-r1.ebuild b/net-misc/stunnel/stunnel-5.16-r1.ebuild
index ccecdc2688cb..fe7ddcdd2088 100644
--- a/net-misc/stunnel/stunnel-5.16-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.16-r1.ebuild
@@ -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 @@ SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
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_prepare() {
src_configure() {
econf \
+ --libdir="${EPREFIX}/usr/$(get_libdir)" \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl="${EPREFIX}"/usr \