diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-23 01:39:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-23 01:39:56 +0000 |
commit | 0627089795cd46613c9f96361833504109c858fa (patch) | |
tree | 87953773ec15f39e88d6f52621e36703bbecbda8 /net-www/mod_layout | |
parent | Disallow test since it conflicts with sandbox #78278 (diff) | |
download | historical-0627089795cd46613c9f96361833504109c858fa.tar.gz historical-0627089795cd46613c9f96361833504109c858fa.tar.bz2 historical-0627089795cd46613c9f96361833504109c858fa.zip |
RESTRICT=maketest -> RESTRICT=test
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-www/mod_layout')
-rw-r--r-- | net-www/mod_layout/mod_layout-3.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild b/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild index e74cb8c6e54f..fb87bb51202b 100644 --- a/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild +++ b/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild @@ -1,11 +1,11 @@ # 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-3.2.1-r1.ebuild,v 1.2 2005/02/17 15:16:02 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1-r1.ebuild,v 1.3 2005/06/23 01:39:56 agriffis Exp $ inherit apache-module # test target in Makefile isn't sane -RESTRICT="maketest" +RESTRICT="test" DESCRIPTION="An Apache DSO module for adding custom headers and/or footers" HOMEPAGE="http://software.tangent.org/" |