commit:     4c6838ee0fbabb0a36b12a3b5abfb1fe45ab1b93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 09:05:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {

Reply via email to