summaryrefslogtreecommitdiff
path: root/games-misc/sex/sex-1.0-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /games-misc/sex/sex-1.0-r2.ebuild
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'games-misc/sex/sex-1.0-r2.ebuild')
-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
}