diff options
Diffstat (limited to 'dev-haskell/glut/glut-2.1.1.2.ebuild')
-rw-r--r-- | dev-haskell/glut/glut-2.1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/glut/glut-2.1.1.2.ebuild b/dev-haskell/glut/glut-2.1.1.2.ebuild index 225dd00bf084..670465b27c8e 100644 --- a/dev-haskell/glut/glut-2.1.1.2.ebuild +++ b/dev-haskell/glut/glut-2.1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.2.ebuild,v 1.6 2012/08/27 18:02:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.2.ebuild,v 1.7 2012/09/12 14:54:06 qnikst Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A binding for the OpenGL Utility Toolkit" HOMEPAGE="http://www.haskell.org/HOpenGL/" -SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" |