diff options
Diffstat (limited to 'dev-haskell/cairo/cairo-0.12.3.1.ebuild')
-rw-r--r-- | dev-haskell/cairo/cairo-0.12.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/cairo/cairo-0.12.3.1.ebuild b/dev-haskell/cairo/cairo-0.12.3.1.ebuild index cbadf9647b09..a091272f86ab 100644 --- a/dev-haskell/cairo/cairo-0.12.3.1.ebuild +++ b/dev-haskell/cairo/cairo-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/cairo/cairo-0.12.3.1.ebuild,v 1.5 2013/04/03 05:23:56 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.3.1.ebuild,v 1.6 2013/12/12 05:59:00 gienah Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://projects.haskell.org/gtk2hs/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" -SLOT="2" +SLOT="0" KEYWORDS="amd64 x86" IUSE="+svg" @@ -21,7 +21,7 @@ RDEPEND="dev-haskell/mtl[profile?] >=dev-lang/ghc-6.10.1 x11-libs/cairo[svg?]" DEPEND="${RDEPEND} - dev-haskell/gtk2hs-buildtools:2" + dev-haskell/gtk2hs-buildtools:0" src_configure() { # x11-libs/cairo seems to build pdf and ps by default |