Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
Date: Thu, 27 Dec 2012 22:54:59
Message-Id: 1356648861.019c9a2db2f26aac9064626664b125d585371092.eva@gentoo
1 commit: 019c9a2db2f26aac9064626664b125d585371092
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 22:54:11 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 27 22:54:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=019c9a2d
7
8 eclass/gnome2.eclass: update wrt comment on bug #383901
9
10 ---
11 eclass/gnome2.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
15 index 750f20b..592585c 100644
16 --- a/eclass/gnome2.eclass
17 +++ b/eclass/gnome2.eclass
18 @@ -260,7 +260,7 @@ gnome2_src_install() {
19 if has ${EAPI:-0} 0 1 2 3 4; then
20 if [[ "${GNOME2_LA_PUNT}" != "no" ]]; then
21 ebegin "Removing .la files"
22 - if ! { in_iuse static-libs && use static-libs; }; then
23 + if ! use_if_iuse static-libs ; then
24 find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
25 fi
26 eend