diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-10-21 21:33:53 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-10-21 21:33:53 +0000 |
commit | 4b6d31a15e1cbf4197a30557e5d486909d7eaa2d (patch) | |
tree | 0532d83305722c1b5b8e450dd28f6b32fff08d6b /dev-libs/fcgi | |
parent | Stable on alpha. (diff) | |
download | historical-4b6d31a15e1cbf4197a30557e5d486909d7eaa2d.tar.gz historical-4b6d31a15e1cbf4197a30557e5d486909d7eaa2d.tar.bz2 historical-4b6d31a15e1cbf4197a30557e5d486909d7eaa2d.zip |
Stable on alpha.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'dev-libs/fcgi')
-rw-r--r-- | dev-libs/fcgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/fcgi/fcgi-2.4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog index 0ea9f1539e05..31f3f735e493 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.21 2006/09/05 17:52:37 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.22 2006/10/21 21:33:53 tcort Exp $ + + 21 Oct 2006; Thomas Cort <tcort@gentoo.org> fcgi-2.4.0-r1.ebuild: + Stable on alpha. 05 Sep 2006; Thomas Cort <tcort@gentoo.org> fcgi-2.4.0-r1.ebuild: Added ~alpha keyword. diff --git a/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild b/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild index 5185f3ec20ae..12cf04584038 100644 --- a/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2006/09/05 17:52:37 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0-r1.ebuild,v 1.3 2006/10/21 21:33:53 tcort Exp $ inherit autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.fastcgi.com/" SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" LICENSE="FastCGI" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc" |