diff options
author | 2012-09-12 15:52:08 +0000 | |
---|---|---|
committer | 2012-09-12 15:52:08 +0000 | |
commit | 8dbf723844df9466add452ae331393fc09382375 (patch) | |
tree | 9306c89ced6291fe5f0337b3014ce296f4a501c8 /dev-haskell/openal/openal-1.4.0.1.ebuild | |
parent | Fix building with GCC 4.7 (bug #422571). (diff) | |
download | historical-8dbf723844df9466add452ae331393fc09382375.tar.gz historical-8dbf723844df9466add452ae331393fc09382375.tar.bz2 historical-8dbf723844df9466add452ae331393fc09382375.zip |
move dev-haskell/openal/openal-1.3.1.1.ebuild ebuild to mirror://hackage
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/openal/openal-1.4.0.1.ebuild')
-rw-r--r-- | dev-haskell/openal/openal-1.4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/openal/openal-1.4.0.1.ebuild b/dev-haskell/openal/openal-1.4.0.1.ebuild index 2e365adfe38c..e3c9720f65bb 100644 --- a/dev-haskell/openal/openal-1.4.0.1.ebuild +++ b/dev-haskell/openal/openal-1.4.0.1.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/openal/openal-1.4.0.1.ebuild,v 1.1 2012/06/02 11:04:55 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.4.0.1.ebuild,v 1.2 2012/09/12 15:52:08 qnikst Exp $ EAPI=4 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A binding to the OpenAL cross-platform 3D audio API" HOMEPAGE="http://connect.creativelabs.com/openal/" -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" |