diff options
Diffstat (limited to 'www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild')
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild index 5b2411c1c1d2..68fd7105aaac 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 # 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.1 2010/09/15 07:12:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.2 2010/09/15 09:07:29 pva Exp $ EAPI="3" @@ -20,7 +20,8 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else MY_REV="58ec209" - SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" + #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz" + SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/gnosek-${PN}-${MY_REV}" KEYWORDS="~amd64 ~x86" |