diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 22:25:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 22:25:28 +0000 |
commit | 0f09e4cef36a5727550afc2f4781a92526fb87c4 (patch) | |
tree | 72344e32c13b92b1b4634631403f830245b4939d /dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild | |
parent | net-ftp/proftpd: drop old vulnerable versions, bug #567252 (diff) | |
download | gentoo-0f09e4cef36a5727550afc2f4781a92526fb87c4.tar.gz gentoo-0f09e4cef36a5727550afc2f4781a92526fb87c4.tar.bz2 gentoo-0f09e4cef36a5727550afc2f4781a92526fb87c4.zip |
dev-haskell/wxdirect: tweak for ghc-7.10, bug #561254
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild')
-rw-r--r-- | dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild b/dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild index 9ef5ed2755f9..116f193fdc99 100644 --- a/dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild +++ b/dev-haskell/wxdirect/wxdirect-0.13.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,10 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8.0.2 " -PATCHES=("${FILESDIR}/${PN}-0.13.1.3-ghc-7.6.patch") +PATCHES=( + "${FILESDIR}"/${PN}-0.13.1.3-ghc-7.6.patch + "${FILESDIR}"/${PN}-0.13.1.3-ghc-7.10.patch +) src_prepare() { base_src_prepare |