Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/
Date: Fri, 11 May 2018 11:51:05
Message-Id: 1526039454.b3a09e249168500c8159742b390beec93aadcaaa.mgorny@gentoo
1 commit: b3a09e249168500c8159742b390beec93aadcaaa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 11:44:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 11:50:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a09e24
7
8 xfce-extra/xfce4-sensors-plugin: Strip .la files
9
10 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
14 index 468288e4966..433877b1034 100644
15 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
16 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
17 @@ -51,4 +51,5 @@ src_configure() {
18 src_install() {
19 emake DESTDIR="${D}" install manualdir="${EPREFIX}/usr/share/man/man1"
20 einstalldocs
21 + find "${D}" -name '*.la' -delete || die
22 }