From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-847915-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E7D051384B4 for <garchives@archives.gentoo.org>; Sun, 22 Nov 2015 02:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B6821C007; Sun, 22 Nov 2015 02:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9314F21C007 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Nov 2015 02:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7789234072E for <gentoo-commits@lists.gentoo.org>; Sun, 22 Nov 2015 02:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3380C706 for <gentoo-commits@lists.gentoo.org>; Sun, 22 Nov 2015 02:33:52 +0000 (UTC) From: "Michael Sterrett" <mr_bones_@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" <mr_bones_@gentoo.org> Message-ID: <1448159599.60d4e86f9939458f0d41e5bd606702ba2c27b3d1.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/picpuz/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/picpuz/picpuz-2.5.ebuild X-VCS-Directories: games-puzzle/picpuz/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 60d4e86f9939458f0d41e5bd606702ba2c27b3d1 X-VCS-Branch: master Date: Sun, 22 Nov 2015 02:33:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfa9618c-5518-4c19-bfd2-1530e689ac2d X-Archives-Hash: 5565b5aa39730ad7caad89ebd3b96158 commit: 60d4e86f9939458f0d41e5bd606702ba2c27b3d1 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Sun Nov 22 02:33:19 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Sun Nov 22 02:33:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d4e86f use epatch to apply patch Package-Manager: portage-2.2.20.1 games-puzzle/picpuz/picpuz-2.5.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games-puzzle/picpuz/picpuz-2.5.ebuild b/games-puzzle/picpuz/picpuz-2.5.ebuild index 5fb2ece..7fd732e 100644 --- a/games-puzzle/picpuz/picpuz-2.5.ebuild +++ b/games-puzzle/picpuz/picpuz-2.5.ebuild @@ -18,7 +18,11 @@ RDEPEND="x11-libs/gtk+:3" DEPEND="${RDEPEND} virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${P}-build.patch "${FILESDIR}"/${P}-pthread-underlinking.patch ) +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-pthread-underlinking.patch +} src_compile() { emake \