Skip to content

Commit

Permalink
games-misc/fortune-mod: drop dead prefix targets
Browse files Browse the repository at this point in the history
The removal was already done, so this is just cleanup afterwards.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 29, 2023
1 parent 25bb3b2 commit 5488df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions games-misc/fortune-mod/fortune-mod-1.99.1-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -53,7 +53,6 @@ src_prepare() {

src_compile() {
local myrex=
[[ ${CHOST} == *-interix* ]] && myrex="REGEXDEFS=-DNO_REGEX"
emake prefix="${EPREFIX}" CC="$(tc-getCC)" ${myrex}
}

Expand Down

0 comments on commit 5488df1

Please sign in to comment.