diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:22:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:40 +0100 |
commit | 4cd56e4ff8162578ff9ec70cb31459e1379a5d23 (patch) | |
tree | f4285b230912d80132332cce03afdd053ef0e024 /app-editors/fte | |
parent | app-crypt/rotix: drop dead prefix targets (diff) | |
download | gentoo-4cd56e4ff8162578ff9ec70cb31459e1379a5d23.tar.gz gentoo-4cd56e4ff8162578ff9ec70cb31459e1379a5d23.tar.bz2 gentoo-4cd56e4ff8162578ff9ec70cb31459e1379a5d23.zip |
app-editors/fte: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/fte')
-rw-r--r-- | app-editors/fte/fte-20110708-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/fte/fte-20110708-r1.ebuild b/app-editors/fte/fte-20110708-r1.ebuild index 5234cee9c559..eb206b0f89e6 100644 --- a/app-editors/fte/fte-20110708-r1.ebuild +++ b/app-editors/fte/fte-20110708-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -83,7 +83,6 @@ src_configure() { src_compile() { local os="-DLINUX" # by now the default in makefile - [[ ${CHOST} == *-interix* ]] && os= DEFFLAGS="PREFIX='${EPREFIX}'/usr CONFIGDIR='${EPREFIX}'/usr/share/${PN} \ DEFAULT_FTE_CONFIG=../config/main.${PN} UOS=${os}" |