diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-12 00:06:29 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-12 00:06:29 +0000 |
commit | 836ac8a147314b65ed6bb5c229fa1e20ee2d23a2 (patch) | |
tree | bcb6695d40a050f932234107044e0e075e862b83 /dev-haskell | |
parent | Editing block on kmess since kmess-1.5 has been released. (diff) | |
download | gentoo-2-836ac8a147314b65ed6bb5c229fa1e20ee2d23a2.tar.gz gentoo-2-836ac8a147314b65ed6bb5c229fa1e20ee2d23a2.tar.bz2 gentoo-2-836ac8a147314b65ed6bb5c229fa1e20ee2d23a2.zip |
x86 stable, bug #205357
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 44e2d3ddcaee..8cc8380ca3f1 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk2hs -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.39 2007/12/13 00:44:30 dcoutts Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.40 2008/01/12 00:06:29 maekke Exp $ + + 12 Jan 2008; Markus Meier <maekke@gentoo.org> gtk2hs-0.9.12.1.ebuild: + x86 stable, bug #205357 12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.11.ebuild, gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild: diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild index aaa8fdba1772..bfe00105e659 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.2 2007/12/13 00:44:30 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v 1.3 2008/01/12 00:06:29 maekke Exp $ inherit base eutils ghc-package multilib toolchain-funcs versionator @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtk2hs/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="doc glade gnome opengl svg firefox seamonkey profile xulrunner" |