diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 11:44:05 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 11:52:27 +0100 |
commit | 7c862e14a3e2661f7af840b9ac8bbdc156f0a491 (patch) | |
tree | f3a376ae21a62e36b1c6760785680a5487219b49 /gnome-extra | |
parent | check-reqs.eclass: Enable EAPI 6 support (diff) | |
download | gentoo-7c862e14a3e2661f7af840b9ac8bbdc156f0a491.tar.gz gentoo-7c862e14a3e2661f7af840b9ac8bbdc156f0a491.tar.bz2 gentoo-7c862e14a3e2661f7af840b9ac8bbdc156f0a491.zip |
gnome-extra/gnome-calculator: do not build static library
Package-Manager: portage-2.2.26
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-calculator/gnome-calculator-3.18.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 c05ae6894fc7..d51544b7c61c 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) } |