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 BD563138334 for ; Wed, 11 Jul 2018 08:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68CC0E0867; Wed, 11 Jul 2018 08:16:36 +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 0D52EE0867 for ; Wed, 11 Jul 2018 08:16:35 +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 86B89335C6B for ; Wed, 11 Jul 2018 08:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46A4D359 for ; Wed, 11 Jul 2018 08:16:32 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1531296987.62d29a4659284f987a4afaa98dae4b00f04f8a64.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/granite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/granite/granite-0.5.0.ebuild X-VCS-Directories: dev-libs/granite/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 62d29a4659284f987a4afaa98dae4b00f04f8a64 X-VCS-Branch: master Date: Wed, 11 Jul 2018 08:16:32 +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: 4c266263-65ae-4c83-a3dd-e641186b78eb X-Archives-Hash: 36d312b5117fd1a253a7462a6160c16e commit: 62d29a4659284f987a4afaa98dae4b00f04f8a64 Author: Herb Miller Jr industryweapon com> AuthorDate: Mon Jul 9 22:38:53 2018 +0000 Commit: Tony Vroon gentoo org> CommitDate: Wed Jul 11 08:16:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d29a46 dev-libs/granite: Don't explicitly set libdir. Bug: https://bugs.gentoo.org/659654 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9167 Closes: https://bugs.gentoo.org/659654 dev-libs/granite/granite-0.5.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/granite/granite-0.5.0.ebuild b/dev-libs/granite/granite-0.5.0.ebuild index 94fbcf91b3a..abb46af5262 100644 --- a/dev-libs/granite/granite-0.5.0.ebuild +++ b/dev-libs/granite/granite-0.5.0.ebuild @@ -41,7 +41,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DLIB_INSTALL_DIR=$(get_libdir) -DVALA_EXECUTABLE=${VALAC} )