diff options
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog index a46915220217..6bdc5150b917 100644 --- a/dev-libs/fcgi/ChangeLog +++ b/dev-libs/fcgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/fcgi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.34 2007/11/11 07:05:55 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.35 2008/01/12 20:26:52 grobian Exp $ + + 12 Jan 2008; Fabian Groffen <grobian@gentoo.org> fcgi-2.4.0.ebuild, + fcgi-2.4.0-r2.ebuild: + Dropped ppc-macos keyword, see you in prefix 11 Nov 2007; Samuli Suominen <drac@gentoo.org> fcgi-2.4.0-r2.ebuild: amd64 stable wrt #198194 diff --git a/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild b/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild index 4266a066db2e..0e7d9c6de4b6 100644 --- a/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-r2.ebuild,v 1.8 2007/11/11 07:05:55 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0-r2.ebuild,v 1.9 2008/01/12 20:26:52 grobian Exp $ inherit eutils autotools multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="html" DEPEND="" diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index 05da02f685ab..83c679bbab9b 100644 --- a/dev-libs/fcgi/fcgi-2.4.0.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.22 2006/07/13 01:22:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.23 2008/01/12 20:26:52 grobian Exp $ DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ~mips ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc" |