Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/
Date: Sat, 28 Jan 2017 10:34:54
Message-Id: 1485599677.07ebca957c5d2f5816e382aba63f05951ddd6b03.gienah@gentoo
1 commit: 07ebca957c5d2f5816e382aba63f05951ddd6b03
2 Author: Mark Wright <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 10:34:37 2017 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 10:34:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ebca95
7
8 sci-mathematics/z3: Fix examples install directory.
9
10 Package-Manager: portage-2.3.3
11
12 sci-mathematics/z3/z3-4.4.1.ebuild | 2 +-
13 sci-mathematics/z3/z3-4.5.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/z3/z3-4.4.1.ebuild b/sci-mathematics/z3/z3-4.4.1.ebuild
17 index b5e329e..34d920a 100644
18 --- a/sci-mathematics/z3/z3-4.4.1.ebuild
19 +++ b/sci-mathematics/z3/z3-4.4.1.ebuild
20 @@ -113,7 +113,7 @@ src_install() {
21 dobin build/z3
22
23 if use examples; then
24 - insinto /usr/share/${PN}/examples
25 + insinto /usr/share/${PN}
26 doins -r examples
27 fi
28
29
30 diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild
31 index fce9a72..30eea15 100644
32 --- a/sci-mathematics/z3/z3-4.5.0.ebuild
33 +++ b/sci-mathematics/z3/z3-4.5.0.ebuild
34 @@ -115,7 +115,7 @@ src_install() {
35 || die "Could not create libz3.so soname symlink"
36
37 if use examples; then
38 - insinto /usr/share/${PN}/examples
39 + insinto /usr/share/${PN}
40 doins -r examples
41 fi