dev-haskell/skylighting-core: add missing libpcre dependency

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Sam James
2021-05-29 21:01:31 +02:00
committed by David Seifert
parent 798add389e
commit ade349ebd7
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
dev-haskell/utf8-string:=[profile?]
>=dev-haskell/xml-conduit-1.9.1.0:=[profile?] <dev-haskell/xml-conduit-1.10:=[profile?]
>=dev-lang/ghc-8.4.3:=
dev-libs/libpcre:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -32,6 +32,7 @@ RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/utf8-string:=[profile?]
>=dev-lang/ghc-8.0.1:=
dev-libs/libpcre:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.0.0