diff options
Diffstat (limited to 'media-libs/mesa/mesa-6.5.2_pre20061102.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.2_pre20061102.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild b/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild index 4920f90ca84c..b0ef3e23ff7d 100644 --- a/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild +++ b/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild,v 1.1 2006/11/03 06:21:31 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2_pre20061102.ebuild,v 1.2 2006/11/03 06:44:26 joshuabaergen Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" MY_SRC_P="${MY_PN}Lib-${PV}" DESCRIPTION="OpenGL-like graphic library for Linux" HOMEPAGE="http://mesa3d.sourceforge.net/" -SRC_URI="mirror://sourceforge/mesa3d/${MY_SRC_P}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~joshuabaergen/distfiles/${MY_SRC_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |