diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:52:08 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:52:08 +0000 |
commit | 608b326f242db5e40f7969c8964992017b8989e4 (patch) | |
tree | 44a0bcd7ce6577a17ecf1cab156ac8a87cba550c /dev-haskell/openal/openal-1.3.1.1.ebuild | |
parent | Fix building with GCC 4.7 (bug #422571). (diff) | |
download | gentoo-2-608b326f242db5e40f7969c8964992017b8989e4.tar.gz gentoo-2-608b326f242db5e40f7969c8964992017b8989e4.tar.bz2 gentoo-2-608b326f242db5e40f7969c8964992017b8989e4.zip |
move dev-haskell/openal/openal-1.3.1.1.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/openal/openal-1.3.1.1.ebuild')
-rw-r--r-- | dev-haskell/openal/openal-1.3.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/openal/openal-1.3.1.1.ebuild b/dev-haskell/openal/openal-1.3.1.1.ebuild index 01d9b9b53b0b..54cbfd97271a 100644 --- a/dev-haskell/openal/openal-1.3.1.1.ebuild +++ b/dev-haskell/openal/openal-1.3.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v 1.4 2008/10/03 23:39:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v 1.5 2012/09/12 15:52:08 qnikst Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A Haskell binding to the OpenAL cross-platform 3D audio API" HOMEPAGE="http://haskell.org/ghc/" -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" |