Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 28 Feb 2016 15:56:56
Message-Id: 1456675002.a9c535bd3629892adcbda419ef3f2d13a40b7e60.pacho@gentoo
1 commit: a9c535bd3629892adcbda419ef3f2d13a40b7e60
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 15:56:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 15:56:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c535bd
7
8 eclass/gnome2.eclass: add bug reference about the need of running elibtoolize
9
10 eclass/gnome2.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
14 index 274d746..8077f71 100644
15 --- a/eclass/gnome2.eclass
16 +++ b/eclass/gnome2.eclass
17 @@ -91,6 +91,7 @@ gnome2_src_prepare() {
18 gnome2_disable_deprecation_warning
19
20 # Run libtoolize
21 + # https://bugzilla.gnome.org/show_bug.cgi?id=655517
22 elibtoolize ${ELTCONF}
23 }