From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE7D61396DB for ; Sun, 19 Nov 2017 09:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E43DBE0D1A; Sun, 19 Nov 2017 09:12:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1B20E0D39 for ; Sun, 19 Nov 2017 09:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAAA234069A for ; Sun, 19 Nov 2017 09:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 523C99FE2 for ; Sun, 19 Nov 2017 09:12:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511082711.93c9f29024d91e41e3d640fc3ef2e8906ca98dcc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portmidi/portmidi-217-r1.ebuild X-VCS-Directories: media-libs/portmidi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 93c9f29024d91e41e3d640fc3ef2e8906ca98dcc X-VCS-Branch: master Date: Sun, 19 Nov 2017 09:12:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b78f11ef-69cd-45ce-bb66-16da101fe38c X-Archives-Hash: 1b9c5ae5057f64c2bf68136837c881c0 commit: 93c9f29024d91e41e3d640fc3ef2e8906ca98dcc Author: David Seifert gentoo org> AuthorDate: Sat Nov 18 20:48:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 19 09:11:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c9f290 media-libs/portmidi: [QA] Add cmake-utils_src_prepare Closes: https://bugs.gentoo.org/637358 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/portmidi/portmidi-217-r1.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/media-libs/portmidi/portmidi-217-r1.ebuild b/media-libs/portmidi/portmidi-217-r1.ebuild index 1542a98315c..b08b58ff44c 100644 --- a/media-libs/portmidi/portmidi-217-r1.ebuild +++ b/media-libs/portmidi/portmidi-217-r1.ebuild @@ -37,17 +37,21 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" S=${WORKDIR}/${PN} +PATCHES=( + # fix parallel make failures, fix java support, and allow optional + # components like test programs and static libs to be skipped + "${FILESDIR}"/${P}-cmake.patch + + # add include directories and remove references to missing files + "${FILESDIR}"/${P}-python.patch +) + pkg_setup() { use java && java-pkg-opt-2_pkg_setup } src_prepare() { - # fix parallel make failures, fix java support, and allow optional - # components like test programs and static libs to be skipped - epatch "${FILESDIR}"/${P}-cmake.patch - - # add include directories and remove references to missing files - epatch "${FILESDIR}"/${P}-python.patch + cmake-utils_src_prepare # install wrapper for pmdefaults if use java ; then