commit: 87da9aa0024c976c5a687a4a619bcda51ed4168a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Apr 11 20:57:53 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Apr 11 20:58:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87da9aa0
dev-haskell/drift: add missing 'old-time' depend, bug #615278 Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/615278 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-haskell/drift/drift-2.4.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild index 843e0b2eb29..af0147fc356 100644 --- a/dev-haskell/drift/drift-2.4.2.ebuild +++ b/dev-haskell/drift/drift-2.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -# ebuild generated by hackport 0.3.4.9999 +# ebuild generated by hackport 0.5.2.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit eutils haskell-cabal @@ -20,7 +20,8 @@ SLOT="0/${PV}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="dev-haskell/random:=[profile?] +RDEPEND="dev-haskell/old-time:=[profile?] + dev-haskell/random:=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND}
