Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/
Date: Wed, 03 Aug 2016 17:45:45
Message-Id: 1470246312.c616104f112f4e400ffe4832ef5ee81f81eb356d.soap@gentoo
1 commit: c616104f112f4e400ffe4832ef5ee81f81eb356d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 17:45:12 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 17:45:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c616104f
7
8 sci-libs/plplot: Add missing call to fortran-2_pkg_setup
9
10 Package-Manager: portage-2.3.0
11
12 sci-libs/plplot/plplot-5.11.1-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-libs/plplot/plplot-5.11.1-r1.ebuild b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
16 index f0f9c7c..eb7c2f0 100644
17 --- a/sci-libs/plplot/plplot-5.11.1-r1.ebuild
18 +++ b/sci-libs/plplot/plplot-5.11.1-r1.ebuild
19 @@ -103,6 +103,7 @@ PATCHES=(
20 pkg_setup() {
21 use python && python-single-r1_pkg_setup
22 java-pkg-opt-2_pkg_setup
23 + fortran-2_pkg_setup
24 }
25
26 src_prepare() {