From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0598F1384B4 for ; Sat, 2 Jan 2016 10:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC3F21C003; Sat, 2 Jan 2016 10:52:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A57621C003 for ; Sat, 2 Jan 2016 10:52:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68E0B33BE2F for ; Sat, 2 Jan 2016 10:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DAD4C94 for ; Sat, 2 Jan 2016 10:52:33 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451731947.7c862e14a3e2661f7af840b9ac8bbdc156f0a491.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild X-VCS-Directories: gnome-extra/gnome-calculator/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7c862e14a3e2661f7af840b9ac8bbdc156f0a491 X-VCS-Branch: master Date: Sat, 2 Jan 2016 10:52:33 +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: 6ae459d1-f627-4447-89f6-75aa24fdffbd X-Archives-Hash: f50c3b2c8a893cdce4bbc56f72800427 commit: 7c862e14a3e2661f7af840b9ac8bbdc156f0a491 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Jan 2 10:44:05 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Jan 2 10:52:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c862e14 gnome-extra/gnome-calculator: do not build static library Package-Manager: portage-2.2.26 gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild index c05ae68..d51544b 100644 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -35,5 +35,6 @@ DEPEND="${COMMON_DEPEND} src_configure() { gnome2_src_configure \ + --disable-static \ VALAC=$(type -P true) }