summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-06 11:37:31 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-06 11:37:31 +0000
commitb420856072d09e714871efdf857e68768fc1fcfb (patch)
treeafcb3907034586a93c0685b44118eb9988631d2a /dev-lang
parentKeyworded ~x86-fbsd (diff)
downloadgentoo-2-b420856072d09e714871efdf857e68768fc1fcfb.tar.gz
gentoo-2-b420856072d09e714871efdf857e68768fc1fcfb.tar.bz2
gentoo-2-b420856072d09e714871efdf857e68768fc1fcfb.zip
Fix mirror url for the docs.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ghc/ChangeLog5
-rw-r--r--dev-lang/ghc/ghc-6.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 19403c48a759..752f1d8456bc 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ghc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.121 2007/07/06 00:46:24 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.122 2007/07/06 11:37:31 dcoutts Exp $
+
+ 06 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.ebuild:
+ Fix mirror url for the docs.
06 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> ghc-6.6.ebuild:
Add ~sparc and ~alpha to KEYWORDS. Both were included for old ghc-bin-6.6.
diff --git a/dev-lang/ghc/ghc-6.6.ebuild b/dev-lang/ghc/ghc-6.6.ebuild
index f0eed1ce9a2f..43bdc015bfa6 100644
--- a/dev-lang/ghc/ghc-6.6.ebuild
+++ b/dev-lang/ghc/ghc-6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.6 2007/07/06 00:46:24 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.7 2007/07/06 11:37:31 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -41,8 +41,8 @@ EXTRA_SRC_URI="${MY_PV}"
[[ -z "${IS_SNAPSHOT}" ]] && EXTRA_SRC_URI="current/dist"
SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 )
- doc? ( binary? ( mirror://${P}-libraries.tar.gz
- mirror://${P}-users_guide.tar.gz ) )
+ doc? ( binary? ( mirror://gentoo/${P}-libraries.tar.gz
+ mirror://gentoo/${P}-users_guide.tar.gz ) )
amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )
ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )