diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-21 17:36:35 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-21 17:36:35 +0000 |
commit | 3110176c114850602faf1edd8e050fa85116e9e0 (patch) | |
tree | 9e08739347c75234ad9f1234f4fe2d866e659e55 /dev-libs | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-3110176c114850602faf1edd8e050fa85116e9e0.tar.gz gentoo-2-3110176c114850602faf1edd8e050fa85116e9e0.tar.bz2 gentoo-2-3110176c114850602faf1edd8e050fa85116e9e0.zip |
Stable on ppc64
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/fcgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog index c13f804bea5b..e28e6b99b450 100644 --- a/dev-libs/fcgi/ChangeLog +++ b/dev-libs/fcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/fcgi # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.17 2006/04/22 11:06:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.18 2006/05/21 17:36:35 corsair Exp $ + + 21 May 2006; Markus Rothe <corsair@gentoo.org> fcgi-2.4.0.ebuild: + Stable on ppc64 22 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> fcgi-2.4.0.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index d6a049397e59..0eb4615460b5 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 # 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.20 2006/04/22 11:06:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.21 2006/05/21 17:36:35 corsair 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 ~ppc-macos ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc" |