Skip to content

Commit

Permalink
games-misc/bsod: port to EAPI 7, eutils--
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 4, 2021
1 parent 6d76d2d commit 4c6838e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions games-misc/bsod/bsod-0.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -12,18 +13,17 @@ 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
)

src_prepare() {
default
tc-export PKG_CONFIG
tc-export CC PKG_CONFIG
}

src_install() {
Expand Down

0 comments on commit 4c6838e

Please sign in to comment.