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 684FD13835A for ; Sun, 4 Apr 2021 09:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86F4E0877; Sun, 4 Apr 2021 09:16:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 620C9E0877 for ; Sun, 4 Apr 2021 09:16:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52D8C335D9D for ; Sun, 4 Apr 2021 09:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9445866A for ; Sun, 4 Apr 2021 09:16:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617527760.4c6838ee0fbabb0a36b12a3b5abfb1fe45ab1b93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/bsod/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/bsod/bsod-0.1-r1.ebuild X-VCS-Directories: games-misc/bsod/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c6838ee0fbabb0a36b12a3b5abfb1fe45ab1b93 X-VCS-Branch: master Date: Sun, 4 Apr 2021 09:16:27 +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: 34b827da-a775-431e-8c4c-51fcaf1a9c37 X-Archives-Hash: 1e21b30d0605a8b27df123b37d46023a commit: 4c6838ee0fbabb0a36b12a3b5abfb1fe45ab1b93 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 09:05:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 09:16:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6838ee games-misc/bsod: port to EAPI 7, eutils-- Signed-off-by: Sam James gentoo.org> games-misc/bsod/bsod-0.1-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/games-misc/bsod/bsod-0.1-r1.ebuild b/games-misc/bsod/bsod-0.1-r1.ebuild index 3c9c455788c..dfeb9584c8e 100644 --- a/games-misc/bsod/bsod-0.1-r1.ebuild +++ b/games-misc/bsod/bsod-0.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils toolchain-funcs +EAPI=7 + +inherit toolchain-funcs DESCRIPTION="This program will let you experience the authentic Microsoft Windows experience" HOMEPAGE="http://www.vanheusden.com/bsod/" @@ -12,10 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="sys-libs/ncurses:0" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig" +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-Makefile.patch @@ -23,7 +23,7 @@ PATCHES=( src_prepare() { default - tc-export PKG_CONFIG + tc-export CC PKG_CONFIG } src_install() {