From: Aaron Bauman Date: Sun, 27 May 2018 20:18:18 +0000 (-0400) Subject: app-text/pspresent: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=996c6460f292c32e3ba93c4cb713d1515edc1310;p=gentoo.git app-text/pspresent: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/app-misc/logserial/logserial-0.4.2.ebuild b/app-misc/logserial/logserial-0.4.2.ebuild index d61fa7564aef..f3c5ec41957b 100644 --- a/app-misc/logserial/logserial-0.4.2.ebuild +++ b/app-misc/logserial/logserial-0.4.2.ebuild @@ -25,5 +25,5 @@ src_compile() { src_install() { dobin logserial - default + dodoc CHANGELOG README } diff --git a/app-text/pspresent/pspresent-1.3-r1.ebuild b/app-text/pspresent/pspresent-1.3-r1.ebuild index c13ed4cddafe..e1e20e29a0d2 100644 --- a/app-text/pspresent/pspresent-1.3-r1.ebuild +++ b/app-text/pspresent/pspresent-1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=6 inherit toolchain-funcs @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} >=sys-apps/sed-4" src_prepare() { + default if ! use xinerama ; then sed -i -e "/^XINERAMA/s/^/#/g" Makefile || die "sed Makefile" fi @@ -32,7 +33,7 @@ src_prepare() { } src_compile() { - emake CC=$(tc-getCC) || die + emake CC=$(tc-getCC) } src_install() {