summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-06 21:01:21 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-06 21:01:21 +0000
commit0e6f270b34e34479f6ec437da8aa01dd2f871149 (patch)
tree1314bfa60319fcbbad5d41f6b229cca414b66418 /eclass
parentadd IUSE=debug (diff)
downloadhistorical-0e6f270b34e34479f6ec437da8aa01dd2f871149.tar.gz
historical-0e6f270b34e34479f6ec437da8aa01dd2f871149.tar.bz2
historical-0e6f270b34e34479f6ec437da8aa01dd2f871149.zip
add IUSE=ssl
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ssl-cert.eclass4
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