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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/cairo/cairo-0.12.3.1.ebuild b/dev-haskell/cairo/cairo-0.12.3.1.ebuild index 6b7f6c8d8667..cbadf9647b09 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-2012 Gentoo Foundation +# 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.4 2012/09/23 08:41:05 phajdan.jr Exp $ +# $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 $ 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="0" +SLOT="2" 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" + dev-haskell/gtk2hs-buildtools:2" src_configure() { # x11-libs/cairo seems to build pdf and ps by default |