Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
Date: Tue, 26 Oct 2021 21:26:48
Message-Id: 1635283456.86f4c9b906d34d68608aac3469df1d699198bacd.chewi@gentoo
1 commit: 86f4c9b906d34d68608aac3469df1d699198bacd
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Oct 26 15:54:48 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 21:24:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f4c9b9
7
8 games-misc/sex: EAPI8, minor improvements
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22713
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-misc/sex/sex-1.0-r2.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
19 index 3b42e478f5f..d76e5fcc992 100644
20 --- a/games-misc/sex/sex-1.0-r2.ebuild
21 +++ b/games-misc/sex/sex-1.0-r2.ebuild
22 @@ -1,7 +1,9 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28 +
29 +inherit toolchain-funcs
30
31 DESCRIPTION="Spouts silly mad-lib-style porn-like text"
32 HOMEPAGE="http://spatula.net/software/sex/"
33 @@ -10,7 +12,6 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz"
34 LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
37 -IUSE=""
38
39 RDEPEND="!sci-astronomy/sextractor"
40
41 @@ -20,6 +21,7 @@ src_prepare() {
42 }
43
44 src_compile() {
45 + tc-export CC
46 emake sex
47 }