summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-misc/sex/sex-1.0-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
index 3b42e478f5f0..d76e5fcc9923 100644
--- a/games-misc/sex/sex-1.0-r2.ebuild
+++ b/games-misc/sex/sex-1.0-r2.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
DESCRIPTION="Spouts silly mad-lib-style porn-like text"
HOMEPAGE="http://spatula.net/software/sex/"
@@ -10,7 +12,6 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
RDEPEND="!sci-astronomy/sextractor"
@@ -20,6 +21,7 @@ src_prepare() {
}
src_compile() {
+ tc-export CC
emake sex
}