diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-10 22:18:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-10 22:18:21 +0000 |
commit | db9b046c57c58c38e7dd81ebc311a86bcb73680c (patch) | |
tree | 5245e99e327f7d55d3bd80246dcbb12fc181944b /www-misc/fcgiwrap | |
parent | Stable for amd64, wrt bug #402963 (diff) | |
download | gentoo-2-db9b046c57c58c38e7dd81ebc311a86bcb73680c.tar.gz gentoo-2-db9b046c57c58c38e7dd81ebc311a86bcb73680c.tar.bz2 gentoo-2-db9b046c57c58c38e7dd81ebc311a86bcb73680c.zip |
Stable for amd64, wrt bug #400525
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'www-misc/fcgiwrap')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index 976dc0e930d3..3221d6e115be 100644 --- a/www-misc/fcgiwrap/ChangeLog +++ b/www-misc/fcgiwrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/fcgiwrap -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.8 2011/10/04 11:01:35 nativemad Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.9 2012/02/10 22:18:21 ago Exp $ + + 10 Feb 2012; Agostino Sarubbo <ago@gentoo.org> fcgiwrap-1.0.3-r1.ebuild: + Stable for amd64, wrt bug #400525 04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> fcgiwrap-1.0.3.ebuild: x86 stable, bug 384475 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild index 5ba4cac1e227..57da7fc06b26 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.1 2011/10/01 07:54:00 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.2 2012/02/10 22:18:21 ago Exp $ EAPI="4" @@ -24,7 +24,7 @@ else SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/gnosek-${PN}-${MY_REV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DEPEND="dev-libs/fcgi" |