media-sound/sexypsf: EAPI-7 bump, DESCRIPTION, missing || die
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:35:50 +0000 (10:35 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:58:23 +0000 (10:58 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/sexypsf/sexypsf-0.4.8.ebuild

index 4e6f81968a1e91aa1ba81b6e1c4dcb5d1e4362cf..a4b4be55b434fbfb9f5c5041d6623e2dae271a8b 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="sexyPSF is an open-source PSF1 (Playstation music) file player"
+DESCRIPTION="Open-source PSF1 (Playstation music) file player"
 HOMEPAGE="http://projects.raphnet.net/#sexypsf"
 SRC_URI="http://projects.raphnet.net/sexypsf/${P}.tar.bz2"
 
@@ -19,7 +19,7 @@ DEPEND="sys-libs/zlib"
 
 src_compile() {
        tc-export CC
-       cd "${S}"/Linux
+       cd Linux || die
        emake
 }