app-text/pspresent: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 20:18:18 +0000 (16:18 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:51 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-misc/logserial/logserial-0.4.2.ebuild
app-text/pspresent/pspresent-1.3-r1.ebuild

index d61fa7564aefeda5e4a87f70d2cbd73f85c327fd..f3c5ec41957b61d06ece4a73aa4ce65bf29a771a 100644 (file)
@@ -25,5 +25,5 @@ src_compile() {
 
 src_install() {
        dobin logserial
-       default
+       dodoc CHANGELOG README
 }
index c13ed4cddafea85514f9d52fcac92284084461ca..e1e20e29a0d296c8a41eb3f31b6c6d6c4b8a8c23 100644 (file)
@@ -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() {