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 85CB9139085 for ; Sat, 28 Jan 2017 10:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DBD1E0CF7; Sat, 28 Jan 2017 10:34:53 +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 4C6D2E0CF7 for ; Sat, 28 Jan 2017 10:34:53 +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 CC09534166B for ; Sat, 28 Jan 2017 10:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7E2A329A for ; Sat, 28 Jan 2017 10:34:48 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1485599677.07ebca957c5d2f5816e382aba63f05951ddd6b03.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/z3/z3-4.4.1.ebuild sci-mathematics/z3/z3-4.5.0.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: 07ebca957c5d2f5816e382aba63f05951ddd6b03 X-VCS-Branch: master Date: Sat, 28 Jan 2017 10:34:48 +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: 0a30ca3f-0727-4f0e-b1c6-fa2e864ffe2a X-Archives-Hash: 64a5d544735a4640f8aae69122f78c62 commit: 07ebca957c5d2f5816e382aba63f05951ddd6b03 Author: Mark Wright gentoo org> AuthorDate: Sat Jan 28 10:34:37 2017 +0000 Commit: Mark Wright gentoo org> CommitDate: Sat Jan 28 10:34:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ebca95 sci-mathematics/z3: Fix examples install directory. Package-Manager: portage-2.3.3 sci-mathematics/z3/z3-4.4.1.ebuild | 2 +- sci-mathematics/z3/z3-4.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/z3/z3-4.4.1.ebuild b/sci-mathematics/z3/z3-4.4.1.ebuild index b5e329e..34d920a 100644 --- a/sci-mathematics/z3/z3-4.4.1.ebuild +++ b/sci-mathematics/z3/z3-4.4.1.ebuild @@ -113,7 +113,7 @@ src_install() { dobin build/z3 if use examples; then - insinto /usr/share/${PN}/examples + insinto /usr/share/${PN} doins -r examples fi diff --git a/sci-mathematics/z3/z3-4.5.0.ebuild b/sci-mathematics/z3/z3-4.5.0.ebuild index fce9a72..30eea15 100644 --- a/sci-mathematics/z3/z3-4.5.0.ebuild +++ b/sci-mathematics/z3/z3-4.5.0.ebuild @@ -115,7 +115,7 @@ src_install() { || die "Could not create libz3.so soname symlink" if use examples; then - insinto /usr/share/${PN}/examples + insinto /usr/share/${PN} doins -r examples fi