Gentoo Archives: gentoo-dev

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 4/4] update wrt comment on bug #383901
Date: Sun, 13 Jan 2013 19:10:10
Message-Id: 1358104137.23137.22.camel@kanae
In Reply to: [gentoo-dev] [PATCH 0/4] gnome2.eclass updates by Gilles Dartiguelongue
1 Update previous patch fixing bug #383901 with comments on this bug.
2
3 ---
4 eclass/gnome2.eclass | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
8 index 750f20b..592585c 100644
9 --- a/eclass/gnome2.eclass
10 +++ b/eclass/gnome2.eclass
11 @@ -260,7 +260,7 @@ gnome2_src_install() {
12 if has ${EAPI:-0} 0 1 2 3 4; then
13 if [[ "${GNOME2_LA_PUNT}" != "no" ]]; then
14 ebegin "Removing .la files"
15 - if ! { in_iuse static-libs && use static-libs; }; then
16 + if ! use_if_iuse static-libs ; then
17 find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
18 fi
19 eend
20 --
21 1.8.1

Attachments

File name MIME type
signature.asc application/pgp-signature