diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-07-18 12:38:58 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-07-18 12:38:58 +0000 |
commit | b374d9eaf0b3f177606d8bae0070cd2d2d80b8ea (patch) | |
tree | 766312b71ba8578bf753cc916687288cd8db9a5e /dev-python/rhpxl/rhpxl-1.9.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-b374d9eaf0b3f177606d8bae0070cd2d2d80b8ea.tar.gz gentoo-2-b374d9eaf0b3f177606d8bae0070cd2d2d80b8ea.tar.bz2 gentoo-2-b374d9eaf0b3f177606d8bae0070cd2d2d80b8ea.zip |
Even thought the last SRC_URI worked for me, the gentoo mirrors didn't like it. Hopefully this one works better. mirror://fedora -> mirror://fedora-dev
(Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
Diffstat (limited to 'dev-python/rhpxl/rhpxl-1.9.ebuild')
-rw-r--r-- | dev-python/rhpxl/rhpxl-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rhpxl/rhpxl-1.9.ebuild b/dev-python/rhpxl/rhpxl-1.9.ebuild index 8bd4f82bf00b..84cccdfde5ac 100644 --- a/dev-python/rhpxl/rhpxl-1.9.ebuild +++ b/dev-python/rhpxl/rhpxl-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpxl/rhpxl-1.9.ebuild,v 1.1 2008/07/18 02:28:08 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpxl/rhpxl-1.9.ebuild,v 1.2 2008/07/18 12:38:58 darkside Exp $ inherit eutils rpm @@ -12,7 +12,7 @@ RPMREV="1" DESCRIPTION="Python library for configuring and running X" HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm" +SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc -s390 ~x86" |