diff options
author | Brent Baude <ranger@gentoo.org> | 2010-02-01 19:38:41 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-02-01 19:38:41 +0000 |
commit | fa7b2e40ecef07421c198ac3a458308d67a6feb6 (patch) | |
tree | 45334c141c125d05df3e99498e72c12f75d11b6c /dev-libs/fcgi | |
parent | stable ppc64, bug 302878 (diff) | |
download | gentoo-2-fa7b2e40ecef07421c198ac3a458308d67a6feb6.tar.gz gentoo-2-fa7b2e40ecef07421c198ac3a458308d67a6feb6.tar.bz2 gentoo-2-fa7b2e40ecef07421c198ac3a458308d67a6feb6.zip |
stable ppc64, bug 302477
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog index 02030d3e44f1..63daaf38247b 100644 --- a/dev-libs/fcgi/ChangeLog +++ b/dev-libs/fcgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/fcgi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.41 2010/02/01 11:24:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.42 2010/02/01 19:38:41 ranger Exp $ + + 01 Feb 2010; Brent Baude <ranger@gentoo.org> + fcgi-2.4.1_pre0311112127.ebuild: + stable ppc64, bug 302477 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> fcgi-2.4.1_pre0910052249.ebuild, diff --git a/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild b/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild index 56dcc6fe0626..da149c3078d0 100644 --- a/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild,v 1.2 2009/04/18 12:32:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.1_pre0311112127.ebuild,v 1.3 2010/02/01 19:38:41 ranger Exp $ inherit eutils autotools multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.fastcgi.com/dist/fcgi-2.4.1-SNAP-0311112127.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="html" DEPEND="" |