diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-03-23 12:08:17 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-03-23 12:08:17 +0000 |
commit | 7b65a5baf1168df4d0e746772db9dd0098b4ac40 (patch) | |
tree | 8b554f018b1eb2f48ef30a8812cdccd3a3ed3af5 /www-apache/anyterm/anyterm-1.1.16.ebuild | |
parent | fix depend.apache usage wrt #208033; use confutils.eclass (diff) | |
download | gentoo-2-7b65a5baf1168df4d0e746772db9dd0098b4ac40.tar.gz gentoo-2-7b65a5baf1168df4d0e746772db9dd0098b4ac40.tar.bz2 gentoo-2-7b65a5baf1168df4d0e746772db9dd0098b4ac40.zip |
fix depend.apache usage wrt #208033
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apache/anyterm/anyterm-1.1.16.ebuild')
-rw-r--r-- | www-apache/anyterm/anyterm-1.1.16.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apache/anyterm/anyterm-1.1.16.ebuild b/www-apache/anyterm/anyterm-1.1.16.ebuild index cdc989c9f9b4..8a3f91e1c45c 100644 --- a/www-apache/anyterm/anyterm-1.1.16.ebuild +++ b/www-apache/anyterm/anyterm-1.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/anyterm-1.1.16.ebuild,v 1.1 2008/01/10 16:16:00 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/anyterm/anyterm-1.1.16.ebuild,v 1.2 2008/03/23 12:08:17 hollow Exp $ inherit apache-module eutils toolchain-funcs webapp @@ -33,7 +33,6 @@ need_apache2_2 pkg_setup() { webapp_pkg_setup - apache-module_pkg_setup if use ssl && ! built_with_use www-servers/apache ssl; then die "Build www-servers/apache with USE=ssl." |