summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-28 16:56:42 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-28 16:56:42 +0100
commita9c535bd3629892adcbda419ef3f2d13a40b7e60 (patch)
tree7c3ed9966535e97b67a7f9184e899d56b5c7dced /eclass/gnome2.eclass
parentprofiles/package.mask: remove stale entries (diff)
downloadgentoo-a9c535bd3629892adcbda419ef3f2d13a40b7e60.tar.gz
gentoo-a9c535bd3629892adcbda419ef3f2d13a40b7e60.tar.bz2
gentoo-a9c535bd3629892adcbda419ef3f2d13a40b7e60.zip
eclass/gnome2.eclass: add bug reference about the need of running elibtoolize
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 274d746fd681..8077f71273da 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}
}