# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.5.5.9999 CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="Multi-file, colored, filtered log tailer" HOMEPAGE="https://hackage.haskell.org/package/ztail" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="+inotify" RDEPEND="=dev-haskell/unordered-containers-0.2:= =dev-lang/ghc-8.0.1:= inotify? ( >=dev-haskell/hinotify-0.3.6:= = 0.3.6 && < 0.4' 'hinotify >= 0.3.6 && < 0.5' \ 'time >= 1.5 && < 1.9' 'time >= 1.5' } src_configure() { haskell-cabal_src_configure \ $(cabal_flag inotify inotify) }