diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-06-23 12:17:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-06-23 12:21:37 +0200 |
commit | 2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0 (patch) | |
tree | 3e8a3d4b41fc8125516a84b5d8ce3aed2c506f39 /app-doc | |
parent | git-r3.eclass: Remove git-2 backwards compatibility code (diff) | |
download | gentoo-2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0.tar.gz gentoo-2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0.tar.bz2 gentoo-2bcedc4f6997c7f2d93cc7a8d6148a2db01657d0.zip |
app-doc/pms: Bump live ebuild to EAPI 8
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/pms/pms-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index b37a3c1f7af5..337c699dd800 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -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 @@ -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 } |