diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:23:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:23:59 +0000 |
commit | e2aee7111164e450f9e5aa0edb4fa735bc9aed88 (patch) | |
tree | b61b29eef3f93da9b236b3014a928f4969d80e09 /dev-libs/fcgi | |
parent | sync IUSE (missing) (diff) | |
download | historical-e2aee7111164e450f9e5aa0edb4fa735bc9aed88.tar.gz historical-e2aee7111164e450f9e5aa0edb4fa735bc9aed88.tar.bz2 historical-e2aee7111164e450f9e5aa0edb4fa735bc9aed88.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index 1700e402089b..c950056605a7 100644 --- a/dev-libs/fcgi/fcgi-2.4.0.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.6 2004/07/02 04:40:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.7 2004/07/14 14:20:10 agriffis Exp $ DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" @@ -8,6 +8,7 @@ SRC_URI="HTTP://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" |