diff options
Diffstat (limited to 'dev-haskell/gio/gio-0.13.0.3.ebuild')
-rw-r--r-- | dev-haskell/gio/gio-0.13.0.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/gio/gio-0.13.0.3.ebuild b/dev-haskell/gio/gio-0.13.0.3.ebuild index fee806b22218..5b19cda0ea48 100644 --- a/dev-haskell/gio/gio-0.13.0.3.ebuild +++ b/dev-haskell/gio/gio-0.13.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v 1.1 2014/12/13 13:56:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v 1.2 2015/01/03 10:32:11 gienah Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/glib-0.13.0.0:=[profile?] <dev-haskell/glib-0.14:=[profile?] @@ -29,3 +29,5 @@ DEPEND="${RDEPEND} >=dev-haskell/gtk2hs-buildtools-0.13.0.3:0= virtual/pkgconfig " + +PATCHES=("${FILESDIR}/${PN}-0.13.0.4-ghc-7.10.patch") |