commit: 29aedc9d26783bc015a967a9ac6d7113a29815d4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:55:49 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:55:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29aedc9d
app-text/pstotext: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../pstotext/{pstotext-1.9-r4.ebuild => pstotext-1.9-r5.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild
b/app-text/pstotext/pstotext-1.9-r5.ebuild
similarity index 93%
rename from app-text/pstotext/pstotext-1.9-r4.ebuild
rename to app-text/pstotext/pstotext-1.9-r5.ebuild
index 814f6a395699..72c02ff901a4 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -12,7 +12,6 @@
SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE=""
RDEPEND="app-text/ghostscript-gpl"
@@ -21,8 +20,7 @@ PATCHES=(
"${FILESDIR}"/${PV}-flags.patch
)
-src_prepare() {
- default
+src_configure() {
tc-export CC
}