diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:10:43 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:10:43 +0000 |
commit | b0328bb4e7b59b97f22f9e85ad0c7ef6ef4dc72a (patch) | |
tree | 76fac24024648f7e18fdc0947efe03c1d3ad0687 /www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild | |
parent | fix depend.apache usage wrt #208033; cleanup (diff) | |
download | gentoo-2-b0328bb4e7b59b97f22f9e85ad0c7ef6ef4dc72a.tar.gz gentoo-2-b0328bb4e7b59b97f22f9e85ad0c7ef6ef4dc72a.tar.bz2 gentoo-2-b0328bb4e7b59b97f22f9e85ad0c7ef6ef4dc72a.zip |
fix depend.apache usage wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild')
-rw-r--r-- | www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" } |