Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/drift/
Date: Tue, 11 Apr 2017 20:59:38
Message-Id: 1491944320.87da9aa0024c976c5a687a4a619bcda51ed4168a.slyfox@gentoo
1 commit: 87da9aa0024c976c5a687a4a619bcda51ed4168a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 20:57:53 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 11 20:58:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87da9aa0
7
8 dev-haskell/drift: add missing 'old-time' depend, bug #615278
9
10 Reported-by: Toralf Förster
11 Bug: https://bugs.gentoo.org/615278
12 Package-Manager: Portage-2.3.5, Repoman-2.3.2
13
14 dev-haskell/drift/drift-2.4.2.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild
18 index 843e0b2eb29..af0147fc356 100644
19 --- a/dev-haskell/drift/drift-2.4.2.ebuild
20 +++ b/dev-haskell/drift/drift-2.4.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27
28 -# ebuild generated by hackport 0.3.4.9999
29 +# ebuild generated by hackport 0.5.2.9999
30
31 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
32 inherit eutils haskell-cabal
33 @@ -20,7 +20,8 @@ SLOT="0/${PV}"
34 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
35 IUSE=""
36
37 -RDEPEND="dev-haskell/random:=[profile?]
38 +RDEPEND="dev-haskell/old-time:=[profile?]
39 + dev-haskell/random:=[profile?]
40 >=dev-lang/ghc-6.10.4:=
41 "
42 DEPEND="${RDEPEND}