commit: a308971d2a8e5f1551212b8ebfaed5237e98c883
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 6 17:35:19 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec 6 18:16:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a308971d
dev-libs/libgee: fix typo
VALAC wasn't passed to configure to force no valac.
Because the tarball ships pregenerated C files, VALAC is never
called, nor does this configure fail without finding a VALAC,
there is no practical difference and thus no revbump.
Thanks-to: dantrell
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
dev-libs/libgee/libgee-0.20.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libgee/libgee-0.20.1.ebuild
b/dev-libs/libgee/libgee-0.20.1.ebuild
index d5a7aa7ca3a..132fc9e7b59 100644
--- a/dev-libs/libgee/libgee-0.20.1.ebuild
+++ b/dev-libs/libgee/libgee-0.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,6 @@ DEPEND="${RDEPEND}
src_configure() {
gnome2_src_configure \
- $(use_enable introspection)
+ $(use_enable introspection) \
VALAC="$(type -P false)"
}