diff options
author | 2007-11-09 20:38:16 +0000 | |
---|---|---|
committer | 2007-11-09 20:38:16 +0000 | |
commit | 2f51c1abd043dc1cd111c31f69886ac8e46a1ecc (patch) | |
tree | bc9b966124ce237c7b1d44e1dcd49630dbda95ec /dev-haskell/gtk2hs | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-2f51c1abd043dc1cd111c31f69886ac8e46a1ecc.tar.gz gentoo-2-2f51c1abd043dc1cd111c31f69886ac8e46a1ecc.tar.bz2 gentoo-2-2f51c1abd043dc1cd111c31f69886ac8e46a1ecc.zip |
Fixing package setup bug
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 69d1e45aa0ea..ac13d9df4106 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.36 2007/10/31 12:56:42 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.37 2007/11/09 20:38:16 araujo Exp $ + + 09 Nov 2007; Luis F. Araujo <araujo@gentoo.org> gtk2hs-0.9.12.ebuild: + Adding missing backslash to fix package registration 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.10-r1.ebuild: Drop virtual/ghc in favour of dev-lang/ghc diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild index 509c4d60ddd6..0afe2afb44b8 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.12.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/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.3 2007/10/29 06:51:08 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.4 2007/11/09 20:38:16 araujo Exp $ inherit base eutils ghc-package multilib toolchain-funcs versionator @@ -95,7 +95,7 @@ src_install() { "${D}/usr/$(get_libdir)/gtk2hs/gconf.${pkgext}" \ "${D}/usr/$(get_libdir)/gtk2hs/sourceview.${pkgext}" ) \ $(use svg && echo \ - "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}") + "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}") \ $(use opengl && echo \ "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.${pkgext}") \ $(use seamonkey || use firefox || use xulrunner && echo \ |