diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 15:16:02 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 15:16:02 +0000 |
commit | 20405a508ab98ebc6765ba43c23cd6f6a4e220f7 (patch) | |
tree | f6aa2978cf3e20cfbbec85bd67fc2ef4e8fbef76 /net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild | |
parent | Make noatun-plugins conditional on arts flag (#82054). (diff) | |
download | gentoo-2-20405a508ab98ebc6765ba43c23cd6f6a4e220f7.tar.gz gentoo-2-20405a508ab98ebc6765ba43c23cd6f6a4e220f7.tar.bz2 gentoo-2-20405a508ab98ebc6765ba43c23cd6f6a4e220f7.zip |
cleanup
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild')
-rw-r--r-- | net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild index 7e31ab794669..41306b159503 100644 --- a/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild +++ b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild,v 1.1 2005/01/07 19:06:56 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild,v 1.2 2005/02/17 15:16:02 hollow Exp $ inherit apache-module @@ -13,10 +13,8 @@ KEYWORDS="~x86 ~ppc" IUSE="" SLOT="2" -APXS2_S="${S}" APXS2_ARGS="-c ${PN}.c utility.c layout.c" -APACHE2_MOD_FILE=".libs/${PN}.so" APACHE2_MOD_CONF="${PVR}/15_mod_layout" APACHE2_MOD_DEFINE="LAYOUT" |