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 322B3138350 for ; Sat, 8 Feb 2020 17:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C251E0882; Sat, 8 Feb 2020 17:06:17 +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 10446E088A for ; Sat, 8 Feb 2020 17:06:17 +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 3771F34E646 for ; Sat, 8 Feb 2020 17:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77FBE12F for ; Sat, 8 Feb 2020 17:06:12 +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: <1581181513.61803a8e46b01d9f75e8402b1f9d36add34195ee.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leatherman/leatherman-1.10.0.ebuild dev-libs/leatherman/leatherman-1.3.0.ebuild dev-libs/leatherman/leatherman-1.8.0.ebuild dev-libs/leatherman/leatherman-1.9.0.ebuild dev-libs/leatherman/leatherman-1.9.1.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 61803a8e46b01d9f75e8402b1f9d36add34195ee X-VCS-Branch: master Date: Sat, 8 Feb 2020 17:06:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2e4b6ac-7eb4-4f4a-aab5-7ce4a6fb9df1 X-Archives-Hash: 7ae17edb5482d1e3a56920948dd461f9 commit: 61803a8e46b01d9f75e8402b1f9d36add34195ee Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 17:05:13 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 17:05:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61803a8e dev-libs/leatherman: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments Signed-off-by: David Seifert gentoo.org> dev-libs/leatherman/leatherman-1.10.0.ebuild | 1 - dev-libs/leatherman/leatherman-1.3.0.ebuild | 1 - dev-libs/leatherman/leatherman-1.8.0.ebuild | 1 - dev-libs/leatherman/leatherman-1.9.0.ebuild | 1 - dev-libs/leatherman/leatherman-1.9.1.ebuild | 1 - 5 files changed, 5 deletions(-) diff --git a/dev-libs/leatherman/leatherman-1.10.0.ebuild b/dev-libs/leatherman/leatherman-1.10.0.ebuild index ac093ea96d5..aef4cd92309 100644 --- a/dev-libs/leatherman/leatherman-1.10.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.10.0.ebuild @@ -31,7 +31,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr ) if ! use static-libs; then mycmakeargs+=( diff --git a/dev-libs/leatherman/leatherman-1.3.0.ebuild b/dev-libs/leatherman/leatherman-1.3.0.ebuild index 276c9fbb29f..34c6c1180ae 100644 --- a/dev-libs/leatherman/leatherman-1.3.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.3.0.ebuild @@ -31,7 +31,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var ) diff --git a/dev-libs/leatherman/leatherman-1.8.0.ebuild b/dev-libs/leatherman/leatherman-1.8.0.ebuild index 978d0a696ad..c4941f2415c 100644 --- a/dev-libs/leatherman/leatherman-1.8.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.8.0.ebuild @@ -31,7 +31,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr ) if ! use static-libs; then mycmakeargs+=( diff --git a/dev-libs/leatherman/leatherman-1.9.0.ebuild b/dev-libs/leatherman/leatherman-1.9.0.ebuild index 978d0a696ad..c4941f2415c 100644 --- a/dev-libs/leatherman/leatherman-1.9.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.9.0.ebuild @@ -31,7 +31,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr ) if ! use static-libs; then mycmakeargs+=( diff --git a/dev-libs/leatherman/leatherman-1.9.1.ebuild b/dev-libs/leatherman/leatherman-1.9.1.ebuild index 5767dcd6355..af63706df33 100644 --- a/dev-libs/leatherman/leatherman-1.9.1.ebuild +++ b/dev-libs/leatherman/leatherman-1.9.1.ebuild @@ -31,7 +31,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None - -DCMAKE_INSTALL_PREFIX=/usr ) if ! use static-libs; then mycmakeargs+=(