diff options
author | Steve Dibb <beandog@gentoo.org> | 2011-09-30 20:42:23 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2011-09-30 20:42:23 +0000 |
commit | 3086e77d7ab9c5d7ee991e040a61e29a695c3401 (patch) | |
tree | d508328cf453dcfb42f383028adb59c4193978c3 /www-misc | |
parent | amd64 stable, bug 384867 (diff) | |
download | gentoo-2-3086e77d7ab9c5d7ee991e040a61e29a695c3401.tar.gz gentoo-2-3086e77d7ab9c5d7ee991e040a61e29a695c3401.tar.bz2 gentoo-2-3086e77d7ab9c5d7ee991e040a61e29a695c3401.zip |
amd64 stable, bug 384475
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/fcgiwrap/ChangeLog | 5 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog index 47316d3b0e90..d53990c6be59 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.5 2011/09/21 08:55:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.6 2011/09/30 20:42:23 beandog Exp $ + + 30 Sep 2011; Steve Dibb <beandog@gentoo.org> fcgiwrap-1.0.3.ebuild: + amd64 stable, bug 384475 21 Sep 2011; Michał Górny <mgorny@gentoo.org> fcgiwrap-9999.ebuild: Migrate to git-2. diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild index a2759deb7bb5..f64e4647c267 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.ebuild,v 1.3 2010/09/15 16:04:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.4 2011/09/30 20:42:23 beandog Exp $ EAPI="3" @@ -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" |