diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-17 21:39:06 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-17 21:39:06 +0000 |
commit | 87fcc4ad1c5e7b5f29e546c2c1c6982ea3c23c5b (patch) | |
tree | fe0d86d290f2675af343d211f5059e09f5f15dcd /dev-libs/fcgi | |
parent | Stable on sparc; it does update utmp entries, as desired (Bug #115663). (diff) | |
download | historical-87fcc4ad1c5e7b5f29e546c2c1c6982ea3c23c5b.tar.gz historical-87fcc4ad1c5e7b5f29e546c2c1c6982ea3c23c5b.tar.bz2 historical-87fcc4ad1c5e7b5f29e546c2c1c6982ea3c23c5b.zip |
Added ~ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-libs/fcgi')
-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 d01a6b7f13ef..e7d7f6369915 100644 --- a/dev-libs/fcgi/ChangeLog +++ b/dev-libs/fcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/fcgi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.14 2005/11/13 22:54:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.15 2005/12/17 21:35:22 corsair Exp $ + + 17 Dec 2005; Markus Rothe <corsair@gentoo.org> fcgi-2.4.0.ebuild: + Added ~ppc64 13 Nov 2005; Jason Wever <weeve@gentoo.org> fcgi-2.4.0.ebuild: Stable on SPARC. diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index e3d1cdc8ebc9..89ce9f49adf7 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-2005 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.17 2005/11/29 03:55:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.18 2005/12/17 21:35:22 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 ~mips ppc ~ppc-macos sparc x86" +KEYWORDS="amd64 ~hppa ~mips ppc ~ppc-macos ~ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |