diff options
author | Mark Wright <gienah@gentoo.org> | 2013-12-12 06:03:43 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-12-12 06:03:43 +0000 |
commit | 241f13e87b82e9cb15feaef5649cc576a47b89f3 (patch) | |
tree | 0334a3ed71958f053da2c197e8aa7d4307d620a6 /dev-haskell/glib/glib-0.12.3.1.ebuild | |
parent | Bump gio to gio-0.12.5.0-r1. Move cairo, glib, gio, gtk2hs-buildtools, pango ... (diff) | |
download | gentoo-2-241f13e87b82e9cb15feaef5649cc576a47b89f3.tar.gz gentoo-2-241f13e87b82e9cb15feaef5649cc576a47b89f3.tar.bz2 gentoo-2-241f13e87b82e9cb15feaef5649cc576a47b89f3.zip |
Bump glib to glib-0.12.5.0-r1. Move cairo, glib, gio, gtk2hs-buildtools, pango to slot 0.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/glib/glib-0.12.3.1.ebuild')
-rw-r--r-- | dev-haskell/glib/glib-0.12.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/glib/glib-0.12.3.1.ebuild b/dev-haskell/glib/glib-0.12.3.1.ebuild index 00ce0d9969a1..b5946c6aef70 100644 --- a/dev-haskell/glib/glib-0.12.3.1.ebuild +++ b/dev-haskell/glib/glib-0.12.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.3.1.ebuild,v 1.6 2013/04/03 05:26:58 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.12.3.1.ebuild,v 1.7 2013/12/12 06:03:43 gienah Exp $ EAPI=4 @@ -13,14 +13,14 @@ HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="2" +SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.1 dev-libs/glib:2" DEPEND="${RDEPEND} - dev-haskell/gtk2hs-buildtools:2" + dev-haskell/gtk2hs-buildtools:0" src_prepare() { # c2hs ignores #if __GLASGOW_HASKELL__ >= 706 |