From bc43668b63d03529b6fa110268e8bdca3766a4d4 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 15 Oct 2017 19:49:17 -0700 Subject: [PATCH] sci-chemistry/massxpert: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- sci-chemistry/massxpert/massxpert-3.4.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild b/sci-chemistry/massxpert/massxpert-3.4.0.ebuild index 068f083b4bf2..128b230625e0 100644 --- a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild +++ b/sci-chemistry/massxpert/massxpert-3.4.0.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 @@ -18,6 +18,7 @@ RDEPEND="dev-qt/qtsvg:4[debug?]" DEPEND="${DEPEND} doc? ( virtual/latex-base )" +PATCHES=( "${FILESDIR}/${P}-gentoo.patch" ) MASSXPERT_LANGS="fr" for L in ${MASSXPERT_LANGS}; do @@ -25,7 +26,7 @@ for L in ${MASSXPERT_LANGS}; do done src_prepare() { - epatch "${FILESDIR}/${P}-gentoo.patch" + cmake-utils_src_prepare local langs= for lingua in ${LINGUAS}; do -- 2.26.2