Skip to content

Commit

Permalink
app-doc/pms: Bump live ebuild to EAPI 8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jun 23, 2021
1 parent 306f1d3 commit 2bcedc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-doc/pms/pms-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit git-r3

Expand All @@ -28,7 +28,7 @@ RDEPEND="!app-doc/pms-bin"
src_compile() {
# just in case; we shouldn't be generating any fonts
export VARTEXFONTS="${T}/fonts"
emake $(usex twoside TWOSIDE=yes "")
emake $(usev twoside TWOSIDE=yes)
use html && emake html
}

Expand Down

0 comments on commit 2bcedc4

Please sign in to comment.