From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63036158086 for ; Tue, 26 Oct 2021 21:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFF1E0831; Tue, 26 Oct 2021 21:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7555AE0831 for ; Tue, 26 Oct 2021 21:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46C90343A26 for ; Tue, 26 Oct 2021 21:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0FD8F for ; Tue, 26 Oct 2021 21:26:44 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1635283456.86f4c9b906d34d68608aac3469df1d699198bacd.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/sex/sex-1.0-r2.ebuild X-VCS-Directories: games-misc/sex/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 86f4c9b906d34d68608aac3469df1d699198bacd X-VCS-Branch: master Date: Tue, 26 Oct 2021 21:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a29eb06-c4a2-4b0e-9fd4-ea9d169c45a8 X-Archives-Hash: a5b15c1e6b1479c15e7078a88019dcae commit: 86f4c9b906d34d68608aac3469df1d699198bacd Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Oct 26 15:54:48 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Oct 26 21:24:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f4c9b9 games-misc/sex: EAPI8, minor improvements Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22713 Signed-off-by: James Le Cuirot gentoo.org> games-misc/sex/sex-1.0-r2.ebuild | 6 ++++-- 1 file 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 3b42e478f5f..d76e5fcc992 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 }