diff options
author | 2006-02-28 18:14:53 +0000 | |
---|---|---|
committer | 2006-02-28 18:14:53 +0000 | |
commit | 5f5c96aa393802b7e93b466cfc6e3f20cf0caec4 (patch) | |
tree | 491c449fc118149f1a412d5481e6fdb5d8dc2804 /net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild | |
parent | Add the correct license for mod_fastcgi to fix bug 94510 (diff) | |
download | gentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.tar.gz gentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.tar.bz2 gentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.zip |
Add the correct license. See licenses/mod_fastcgi for the correct terms. Fixes bug 94510
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild')
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild index f969dc517cf6..06c83869c074 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.6 2005/10/13 02:30:10 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.7 2006/02/28 18:14:53 vericgar Exp $ inherit eutils apache-module @@ -9,7 +9,7 @@ KEYWORDS="amd64 ppc ~sparc x86" SLOT="0" HOMEPAGE="http://fastcgi.com/" SRC_URI="http://fastcgi.com/dist/${P}.tar.gz" -LICENSE="Apache-1.1" +LICENSE="mod_fastcgi" APXS1_ARGS="-c mod_fastcgi.c fcgi*.c" APXS2_ARGS="${APXS1_ARGS}" |