diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:01:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:01:21 +0000 |
commit | 9577a6bedd85e2563af24e696b5083e88866feee (patch) | |
tree | 173ffc911b74ba226cc2523624c9eafe61b19d1e /eclass | |
parent | add IUSE=debug (diff) | |
download | gentoo-2-9577a6bedd85e2563af24e696b5083e88866feee.tar.gz gentoo-2-9577a6bedd85e2563af24e696b5083e88866feee.tar.bz2 gentoo-2-9577a6bedd85e2563af24e696b5083e88866feee.zip |
add IUSE=ssl
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ssl-cert.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 89a4150e61c4..aa477c17d203 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.8 2005/07/06 21:01:21 agriffis Exp $ # # Author: Max Kalika <max@gentoo.org> # # This eclass implements standard installation procedure for installing # self-signed SSL certificates. - # Conditionally depend on OpenSSL: allows inheretence # without pulling extra packages if not needed DEPEND="ssl? ( dev-libs/openssl )" +IUSE="ssl" # Initializes variables and generates the needed # OpenSSL configuration file and a CA serial file |