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 573A8138AE9 for ; Fri, 29 Dec 2017 12:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8792EE0E59; Fri, 29 Dec 2017 12:15:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 69F1AE0E59 for ; Fri, 29 Dec 2017 12:15:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 917FC33F698 for ; Fri, 29 Dec 2017 12:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E455AAE8F for ; Fri, 29 Dec 2017 12:15:23 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1514549718.258d506d6c01820656b575ed5feb8613daf74c7f.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2016.2.0.ebuild media-gfx/hugin/hugin-2017.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 258d506d6c01820656b575ed5feb8613daf74c7f X-VCS-Branch: master Date: Fri, 29 Dec 2017 12:15:23 +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: 4e893f15-c17b-428c-b541-23c0e8751875 X-Archives-Hash: 7b48f7f12a2c6a1aeb0c9fa0e852d93f commit: 258d506d6c01820656b575ed5feb8613daf74c7f Author: Markus Meier gentoo org> AuthorDate: Fri Dec 29 12:14:30 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Dec 29 12:15:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258d506d media-gfx/hugin: add missing setup-wxwidgets call, bug #642598 Package-Manager: Portage-2.3.13, Repoman-2.3.3 media-gfx/hugin/hugin-2016.2.0.ebuild | 1 + media-gfx/hugin/hugin-2017.0.ebuild | 1 + media-gfx/hugin/hugin-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-gfx/hugin/hugin-2016.2.0.ebuild b/media-gfx/hugin/hugin-2016.2.0.ebuild index d20586db462..a679e5c2f83 100644 --- a/media-gfx/hugin/hugin-2016.2.0.ebuild +++ b/media-gfx/hugin/hugin-2016.2.0.ebuild @@ -58,6 +58,7 @@ S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) pkg_setup() { use python && python-single-r1_pkg_setup + setup-wxwidgets } src_configure() { diff --git a/media-gfx/hugin/hugin-2017.0.ebuild b/media-gfx/hugin/hugin-2017.0.ebuild index 5f4eb71761c..36ab6ab525a 100644 --- a/media-gfx/hugin/hugin-2017.0.ebuild +++ b/media-gfx/hugin/hugin-2017.0.ebuild @@ -58,6 +58,7 @@ S=${WORKDIR}/${PN}-2017.0.0 pkg_setup() { use python && python-single-r1_pkg_setup + setup-wxwidgets } src_configure() { diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index ff6380b66e3..32e41078241 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -60,6 +60,7 @@ S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) pkg_setup() { use python && python-single-r1_pkg_setup + setup-wxwidgets } src_configure() {