diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-24 08:20:00 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-24 08:20:00 +0000 |
commit | dbd39c9d7b277fc08638474d015191b729827dcb (patch) | |
tree | 9a0100febc19a1908d4d3c59f4a0e82cd04bfdfb /eclass | |
parent | Fix bug #185663 (diff) | |
download | historical-dbd39c9d7b277fc08638474d015191b729827dcb.tar.gz historical-dbd39c9d7b277fc08638474d015191b729827dcb.tar.bz2 historical-dbd39c9d7b277fc08638474d015191b729827dcb.zip |
Update URL for driver patch to mirror://gentoo instead of Josh_B's dev space (Mark Kowarsky).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 3c5a2ea545d1..74787bc49b15 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.85 2007/08/02 01:21:56 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.86 2007/09/24 08:20:00 dberkholz Exp $ # # Author: Donnie Berkholz <dberkholz@gentoo.org> # @@ -144,7 +144,7 @@ if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; if [[ ${XDPVER} != -1 ]]; then # Add driver patchset to SRC_URI SRC_URI="${SRC_URI} - http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" + mirror://gentoo/x11-driver-patches-${XDPVER}.tar.bz2" fi fi |