diff options
author | CHTEKK <CHTEKK@localhost> | 2007-05-12 03:30:14 +0000 |
---|---|---|
committer | CHTEKK <CHTEKK@localhost> | 2007-05-12 03:30:14 +0000 |
commit | 762bf4008a2a26212b048bd4fe2ee416f5aedc5a (patch) | |
tree | 386dcfe8082d22d8fbaf3afb91f616f6e7bf30b1 | |
parent | Update eclass. (diff) | |
download | chtekk-762bf4008a2a26212b048bd4fe2ee416f5aedc5a.tar.gz chtekk-762bf4008a2a26212b048bd4fe2ee416f5aedc5a.tar.bz2 chtekk-762bf4008a2a26212b048bd4fe2ee416f5aedc5a.zip |
Update eclass/p.mask.
svn path=/; revision=57
-rw-r--r-- | apache1-removal/eclass/depend.apache.eclass | 6 | ||||
-rw-r--r-- | apache1-removal/profiles/package.mask | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apache1-removal/eclass/depend.apache.eclass b/apache1-removal/eclass/depend.apache.eclass index 34414cb..26a1395 100644 --- a/apache1-removal/eclass/depend.apache.eclass +++ b/apache1-removal/eclass/depend.apache.eclass @@ -201,10 +201,8 @@ need_apache2_2() { ## ## If no arguments are specified, then all versions are assumed to be supported ## -## If both 1.3 and 2.x are specified, the apache2 USE-flag will be used in -## DEPEND/RDEPEND to determine which version to use. -## -## Currently supported versions: 1.3 2.0 2.2 2.x +## Currently supported versions: 2.0 2.2 2.x +#### need_apache() { debug-print-function $FUNCNAME $* diff --git a/apache1-removal/profiles/package.mask b/apache1-removal/profiles/package.mask index d4dc8e8..bf401a5 100644 --- a/apache1-removal/profiles/package.mask +++ b/apache1-removal/profiles/package.mask @@ -23,3 +23,5 @@ net-www/mod_ssl net-www/mod_throttle www-apache/mod_backhand www-apache/mod_lisp +# Other packages depending on Apache 1.X +=dev-lisp/cl-imho-1.3.2 |