diff options
author | 2008-01-31 17:10:43 +0000 | |
---|---|---|
committer | 2008-01-31 17:10:43 +0000 | |
commit | 5da60247c80db347952995f76dc5e8aaeb582f72 (patch) | |
tree | 93d22f4da5fbde8259c624468954366037f743f3 | |
parent | fix depend.apache usage wrt #208033; cleanup (diff) | |
download | historical-5da60247c80db347952995f76dc5e8aaeb582f72.tar.gz historical-5da60247c80db347952995f76dc5e8aaeb582f72.tar.bz2 historical-5da60247c80db347952995f76dc5e8aaeb582f72.zip |
fix depend.apache usage wrt #208033
Package-Manager: portage-2.1.4
-rw-r--r-- | www-apache/mod_auth_tkt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-apache/mod_auth_tkt/ChangeLog b/www-apache/mod_auth_tkt/ChangeLog index 888a17b8c5fa..bca3f2a0ce73 100644 --- a/www-apache/mod_auth_tkt/ChangeLog +++ b/www-apache/mod_auth_tkt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_tkt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.2 2008/01/27 19:00:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.3 2008/01/31 17:10:43 hollow Exp $ + + 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> + mod_auth_tkt-2.0.0_rc2.ebuild: + fix depend.apache usage wrt #208033 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/10_mod_auth_tkt.conf, metadata.xml: diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild index 737e7849e0fb..48f2ba03ff59 100644 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild +++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.1 2007/12/30 17:28:16 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.2 2008/01/31 17:10:43 hollow Exp $ inherit apache-module versionator @@ -28,7 +28,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} need_apache2_2 src_compile() { - ./configure --apachever=2.2 --apxs=${APXS2} || die "econf failed" + ./configure --apachever=2.2 --apxs=${APXS} || die "econf failed" emake || die "emake failed" } |