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 2ADE613832E for ; Wed, 3 Aug 2016 17:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7E3E0B82; Wed, 3 Aug 2016 17:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5DAEE0B82 for ; Wed, 3 Aug 2016 17:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 509C1340A03 for ; Wed, 3 Aug 2016 17:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398E88DD for ; Wed, 3 Aug 2016 17:45:36 +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: <1470246312.c616104f112f4e400ffe4832ef5ee81f81eb356d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/plplot/plplot-5.11.1-r1.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c616104f112f4e400ffe4832ef5ee81f81eb356d X-VCS-Branch: master Date: Wed, 3 Aug 2016 17:45:36 +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: 6fed66b9-80fd-4e90-b6c6-6ce87ffda66c X-Archives-Hash: 3e17393e6ead5fc023815342b1f3adc2 commit: c616104f112f4e400ffe4832ef5ee81f81eb356d Author: David Seifert gentoo org> AuthorDate: Wed Aug 3 17:45:12 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 3 17:45:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c616104f sci-libs/plplot: Add missing call to fortran-2_pkg_setup Package-Manager: portage-2.3.0 sci-libs/plplot/plplot-5.11.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/plplot/plplot-5.11.1-r1.ebuild b/sci-libs/plplot/plplot-5.11.1-r1.ebuild index f0f9c7c..eb7c2f0 100644 --- a/sci-libs/plplot/plplot-5.11.1-r1.ebuild +++ b/sci-libs/plplot/plplot-5.11.1-r1.ebuild @@ -103,6 +103,7 @@ PATCHES=( pkg_setup() { use python && python-single-r1_pkg_setup java-pkg-opt-2_pkg_setup + fortran-2_pkg_setup } src_prepare() {