diff options
Diffstat (limited to 'games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild')
-rw-r--r-- | games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild b/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild index 457e8f4aa2cb..43adabfbe09f 100644 --- a/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild +++ b/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,9 +23,15 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/cmake-2.6.3" +PATCHES=( + # upstream patch (bug #307901) + "${FILESDIR}"/${P}-wheel.patch +) + src_prepare() { + cmake-utils_src_prepare + sed -i -e '/^Path/d' holdingnuts.desktop || die - epatch "${FILESDIR}"/${P}-wheel.patch # upstream patch (bug #307901) } src_configure() { |