diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:22:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:02 +0100 |
commit | 5488df119bab3fa208237f9956bbd2b6f476123d (patch) | |
tree | 2f316395981e800d028e3fbd6405c20c5b33ca64 /games-misc | |
parent | dev-util/pkgconf: drop dead prefix targets (diff) | |
download | gentoo-5488df119bab3fa208237f9956bbd2b6f476123d.tar.gz gentoo-5488df119bab3fa208237f9956bbd2b6f476123d.tar.bz2 gentoo-5488df119bab3fa208237f9956bbd2b6f476123d.zip |
games-misc/fortune-mod: 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 'games-misc')
-rw-r--r-- | games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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} } |