diff options
-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 |