commit: a9c535bd3629892adcbda419ef3f2d13a40b7e60
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 15:56:42 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 15:56:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c535bd
eclass/gnome2.eclass: add bug reference about the need of running elibtoolize
eclass/gnome2.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 274d746..8077f71 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -91,6 +91,7 @@ gnome2_src_prepare() {
gnome2_disable_deprecation_warning
# Run libtoolize
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
elibtoolize ${ELTCONF}
}