Package-Manager: Portage-2.3.11, Repoman-2.3.3
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
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() {
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
)
src_prepare() {
- default
+ cmake-utils_src_prepare
sed -i -e '/^Path/d' holdingnuts.desktop || die
}