Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/goatee-gtk/
Date: Wed, 15 Feb 2017 08:48:50
Message-Id: 1487148297.787ce09b3f641590e3cf2f68d6cae5cba7702860.slyfox@gentoo
1 commit: 787ce09b3f641590e3cf2f68d6cae5cba7702860
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 08:44:57 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 08:44:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787ce09b
7
8 games-board/goatee-gtk: allow ghc-8.0.2
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild | 9 ++++++++-
13 1 file changed, 8 insertions(+), 1 deletion(-)
14
15 diff --git a/games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild b/games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild
16 index 76298b4396..4667955a5d 100644
17 --- a/games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild
18 +++ b/games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -30,3 +30,10 @@ DEPEND="${RDEPEND}
26 >=dev-haskell/cabal-1.8
27 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4 )
28 "
29 +
30 +src_prepare() {
31 + default
32 +
33 + cabal_chdeps \
34 + 'directory >= 1.1 && < 1.3' 'directory >= 1.1'
35 +}