summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-11-21 00:55:49 +0100
committerDavid Seifert <soap@gentoo.org>2022-11-21 00:55:49 +0100
commit29aedc9d26783bc015a967a9ac6d7113a29815d4 (patch)
tree664e51eff08abf31e692a07b69e85e0cbc44cf7b
parentsys-devel/gcc: add 13.0.0_pre20221120 (diff)
downloadgentoo-29aedc9d26783bc015a967a9ac6d7113a29815d4.tar.gz
gentoo-29aedc9d26783bc015a967a9ac6d7113a29815d4.tar.bz2
gentoo-29aedc9d26783bc015a967a9ac6d7113a29815d4.zip
app-text/pstotext: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--app-text/pstotext/pstotext-1.9-r5.ebuild (renamed from app-text/pstotext/pstotext-1.9-r4.ebuild)6
1 files 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
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
}