summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2015-07-12 19:19:54 +0000
committerDirkjan Ochtman <djc@gentoo.org>2015-07-12 19:19:54 +0000
commit36cbb8c3226fab0a7c3b2816909fc6860362fc93 (patch)
tree7222c1e06296c758ea2ee4dab4e3804863b7b9ac /net-misc/openvpn/openvpn-2.3.6.ebuild
parentVersion bump (diff)
downloadhistorical-36cbb8c3226fab0a7c3b2816909fc6860362fc93.tar.gz
historical-36cbb8c3226fab0a7c3b2816909fc6860362fc93.tar.bz2
historical-36cbb8c3226fab0a7c3b2816909fc6860362fc93.zip
Remove some accidentally committed debugging cruft
Package-Manager: portage-2.2.15/cvs/Linux x86_64 Manifest-Sign-Key: 0x30380381
Diffstat (limited to 'net-misc/openvpn/openvpn-2.3.6.ebuild')
-rw-r--r--net-misc/openvpn/openvpn-2.3.6.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/openvpn/openvpn-2.3.6.ebuild b/net-misc/openvpn/openvpn-2.3.6.ebuild
index 3e32c3bdb6e6..405727a11e87 100644
--- a/net-misc/openvpn/openvpn-2.3.6.ebuild
+++ b/net-misc/openvpn/openvpn-2.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 1.11 2015/01/18 12:39:12 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 1.12 2015/07/12 19:17:58 djc Exp $
EAPI=4
@@ -43,8 +43,6 @@ src_prepare() {
src_configure() {
use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
local myconf
- echo "DROPPY"
- use polarssl && echo "FLOZZY"
use polarssl && myconf="--with-crypto-library=polarssl"
econf \
${myconf} \