Unverified Commit b529e5f1 authored by Wolfgang E. Sanyer's avatar Wolfgang E. Sanyer
Browse files

app-portage/fquery: resolve DeprecatedEapi QA warning


Signed-off-by: default avatarWolfgang E. Sanyer <WolfgangESanyer@gmail.com>
parent 6859af49
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=5 EAPI=7
# ebuild generated by hackport 0.4.6 # ebuild generated by hackport 0.4.6
...@@ -15,7 +15,6 @@ HOMEPAGE="https://hackage.haskell.org/package/fquery" ...@@ -15,7 +15,6 @@ HOMEPAGE="https://hackage.haskell.org/package/fquery"
LICENSE="ZLIB" LICENSE="ZLIB"
SLOT="0" SLOT="0"
KEYWORDS="" KEYWORDS=""
IUSE=""
RDEPEND="dev-haskell/hashtables:= RDEPEND="dev-haskell/hashtables:=
dev-haskell/parsec:= dev-haskell/parsec:=
...@@ -27,6 +26,8 @@ DEPEND="${RDEPEND} ...@@ -27,6 +26,8 @@ DEPEND="${RDEPEND}
" "
src_prepare() { src_prepare() {
default
sed -e 's/^Version:.*/&.9999/' -i ${PN}.cabal || die # just to distinct from release install sed -e 's/^Version:.*/&.9999/' -i ${PN}.cabal || die # just to distinct from release install
# Workaround for Cabal 2.2.0.1 running configure with # Workaround for Cabal 2.2.0.1 running configure with
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment