diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-10-26 17:54:48 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-26 22:24:16 +0100 |
commit | 86f4c9b906d34d68608aac3469df1d699198bacd (patch) | |
tree | 2bde9b9b4063b73c5bb86b76d45eda5f740beb29 /games-misc | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-86f4c9b906d34d68608aac3469df1d699198bacd.tar.gz gentoo-86f4c9b906d34d68608aac3469df1d699198bacd.tar.bz2 gentoo-86f4c9b906d34d68608aac3469df1d699198bacd.zip |
games-misc/sex: EAPI8, minor improvements
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22713
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/sex/sex-1.0-r2.ebuild | 6 |
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 } |