From 5488df119bab3fa208237f9956bbd2b6f476123d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 May 2023 12:22:24 +0100 Subject: games-misc/fortune-mod: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James --- games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games-misc/fortune-mod') diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild index 4a03850d6adf..edfe7632a275 100644 --- a/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,6 @@ src_prepare() { src_compile() { local myrex= - [[ ${CHOST} == *-interix* ]] && myrex="REGEXDEFS=-DNO_REGEX" emake prefix="${EPREFIX}" CC="$(tc-getCC)" ${myrex} } -- cgit v1.2.3-65-gdbad