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

(-)openssl-0.9.8c.ebuild (-2 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/dev-libs/openssl/Attic/openssl-0.9.8c.ebuild,v 1.9 2006/09/10 00:04:27 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8c-r1.ebuild,v 1.1 2006/09/16 21:41:17 vapier Exp $
4
4
5
inherit eutils flag-o-matic toolchain-funcs
5
inherit eutils flag-o-matic toolchain-funcs
6
6
Lines 11-17 Link Here
11
LICENSE="openssl"
11
LICENSE="openssl"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="-* alpha amd64 ~arm ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
13
KEYWORDS="-* alpha amd64 ~arm ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
14
IUSE="emacs test bindist zlib"
14
IUSE="bindist emacs test zlib"
15
# This breaks ABI so we will wait until next ABI change to enable: sse2
15
16
16
RDEPEND=""
17
RDEPEND=""
17
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
Lines 73-78 Link Here
73
		confopts="enable-idea enable-rc5 enable-mdc2 enable-ec"
74
		confopts="enable-idea enable-rc5 enable-mdc2 enable-ec"
74
	fi
75
	fi
75
	use zlib && confopts="${confopts} zlib-dynamic"
76
	use zlib && confopts="${confopts} zlib-dynamic"
77
	#use sse2 || confopts="${confopts} no-sse2"
76
78
77
	local sslout=$(./gentoo.config)
79
	local sslout=$(./gentoo.config)
78
	einfo "Use configuration ${sslout:-(openssl knows best)}"
80
	einfo "Use configuration ${sslout:-(openssl knows best)}"

Return to bug 147956