Skip to content

Commit

Permalink
dev-haskell/haddock: update to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 1, 2020
1 parent 54e6307 commit 5e1f992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-haskell/haddock/haddock-2.14.3.0.7.8.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

# ebuild generated by hackport 0.3.6.9999

Expand Down Expand Up @@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
"

src_prepare() {
default

if [[ ! -e "${S}/html" ]]; then
ln -s resources/html "${S}/html" || die "Could not create symbolic link ${S}/html"
fi
Expand Down
4 changes: 3 additions & 1 deletion dev-haskell/haddock/haddock-2.16.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

# ebuild generated by hackport 0.4.4.9999

Expand All @@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
"

src_prepare() {
default

if [[ ! -e "${S}/html" ]]; then
ln -s resources/html "${S}/html" || die "Could not create symbolic link ${S}/html"
fi
Expand Down

0 comments on commit 5e1f992

Please sign in to comment.