summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-12-16 20:34:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-12-16 20:34:05 +0000
commitc5e987f3e66035c185e871b7c16cbf3efd40f59e (patch)
tree2f802946112963e11db65ee0c7eb97561ec8db3b /dev-haskell/glut
parentMark stable on sh as per previous (unlogged) commit. (diff)
downloadhistorical-c5e987f3e66035c185e871b7c16cbf3efd40f59e.tar.gz
historical-c5e987f3e66035c185e871b7c16cbf3efd40f59e.tar.bz2
historical-c5e987f3e66035c185e871b7c16cbf3efd40f59e.zip
amd64 stable wrt #201984
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'dev-haskell/glut')
-rw-r--r--dev-haskell/glut/ChangeLog5
-rw-r--r--dev-haskell/glut/glut-2.1.1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/glut/ChangeLog b/dev-haskell/glut/ChangeLog
index 14cb3e6b6add..bc5893ff0b3d 100644
--- a/dev-haskell/glut/ChangeLog
+++ b/dev-haskell/glut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/glut
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.5 2007/12/14 01:34:59 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.6 2007/12/16 20:34:05 drac Exp $
+
+ 16 Dec 2007; Samuli Suominen <drac@gentoo.org> glut-2.1.1.ebuild:
+ amd64 stable wrt #201984
14 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> glut-2.1.1.ebuild:
Updates for upward compatability with cabal-1.2 and ghc-6.8
diff --git a/dev-haskell/glut/glut-2.1.1.ebuild b/dev-haskell/glut/glut-2.1.1.ebuild
index 29ccd3ce25f4..4404614ef866 100644
--- a/dev-haskell/glut/glut-2.1.1.ebuild
+++ b/dev-haskell/glut/glut-2.1.1.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-haskell/glut/glut-2.1.1.ebuild,v 1.5 2007/12/14 01:34:59 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.ebuild,v 1.6 2007/12/16 20:34:05 drac Exp $
CABAL_FEATURES="haddock lib profile"
inherit haskell-cabal
@@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~sparc x86"
+KEYWORDS="amd64 ~sparc x86"
# TODO: Install examples when the "examples" USE flag is set
IUSE=""
@@ -28,6 +28,5 @@ S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
src_unpack() {
unpack "${A}"
-
cabal-mksetup
}