diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-03-01 00:28:32 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-03-01 00:28:32 +0000 |
commit | 46816104f84eda385a805e50412378bff6cc4660 (patch) | |
tree | 772f07292831ade78efd14962a7a116c518d9960 /net-www/mod_layout | |
parent | Only check if USE="perl". (diff) | |
download | gentoo-2-46816104f84eda385a805e50412378bff6cc4660.tar.gz gentoo-2-46816104f84eda385a805e50412378bff6cc4660.tar.bz2 gentoo-2-46816104f84eda385a805e50412378bff6cc4660.zip |
Drop DEPEND on sys-apps/sed.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_layout')
-rw-r--r-- | net-www/mod_layout/mod_layout-3.2.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/mod_layout/mod_layout-3.2.1.ebuild b/net-www/mod_layout/mod_layout-3.2.1.ebuild index 32e681a3a819..ebfb0ef62523 100644 --- a/net-www/mod_layout/mod_layout-3.2.1.ebuild +++ b/net-www/mod_layout/mod_layout-3.2.1.ebuild @@ -1,13 +1,12 @@ # 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.ebuild,v 1.4 2005/01/07 19:06:56 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-3.2.1.ebuild,v 1.5 2005/03/01 00:28:32 beu Exp $ DESCRIPTION="An Apache DSO module for adding custom headers and/or footers" HOMEPAGE="http://software.tangent.org/" SRC_URI="http://software.tangent.org/download/${P}.tar.gz" -DEPEND="=net-www/apache-1* - >=sys-apps/sed-4" +DEPEND="=net-www/apache-1*" RDEPEND="" LICENSE="Apache-1.1" |