diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:41:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:41:01 +0000 |
commit | cc5214c7b787b6d13f2c329bb42647727fe2fb87 (patch) | |
tree | 885cde743285740472b86d39fdcec8469fe4956c /www-apache/mod_tcl | |
parent | sci herd is taking over maintainance (diff) | |
download | gentoo-2-cc5214c7b787b6d13f2c329bb42647727fe2fb87.tar.gz gentoo-2-cc5214c7b787b6d13f2c329bb42647727fe2fb87.tar.bz2 gentoo-2-cc5214c7b787b6d13f2c329bb42647727fe2fb87.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apache/mod_tcl')
-rw-r--r-- | www-apache/mod_tcl/mod_tcl-1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-apache/mod_tcl/mod_tcl-1.0.ebuild b/www-apache/mod_tcl/mod_tcl-1.0.ebuild index a0bc6d3fc2f6..0bb747d85855 100644 --- a/www-apache/mod_tcl/mod_tcl-1.0.ebuild +++ b/www-apache/mod_tcl/mod_tcl-1.0.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/www-apache/mod_tcl/mod_tcl-1.0.ebuild,v 1.3 2005/01/09 00:44:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_tcl/mod_tcl-1.0.ebuild,v 1.4 2005/07/10 00:39:49 swegener Exp $ inherit eutils DESCRIPTION="An Apache2 DSO providing an embedded Tcl interpreter" HOMEPAGE="http://tcl.apache.org/mod_tcl/" -S=${WORKDIR}/${P} SRC_URI="mirror://gentoo/${P}.tar.bz2" DEPEND="dev-lang/tcl =net-www/apache-2*" LICENSE="Apache-1.1" |