Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/
Date: Sun, 07 Oct 2018 13:36:37
Message-Id: 1538919387.d5925690b7c9c58953d20d5c3ce629085ea695d4.floppym@gentoo
1 commit: d5925690b7c9c58953d20d5c3ce629085ea695d4
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 13:35:58 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 13:36:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5925690
7
8 x11-libs/libnotify: replace prune_libtool_files
9
10 Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 .../libnotify/{libnotify-0.7.7.ebuild => libnotify-0.7.7-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
17 similarity index 97%
18 rename from x11-libs/libnotify/libnotify-0.7.7.ebuild
19 rename to x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
20 index b281671c8f6..684fa67f776 100644
21 --- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
22 +++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
23 @@ -48,7 +48,7 @@ multilib_src_configure() {
24
25 multilib_src_install() {
26 default
27 - prune_libtool_files
28 + find "${ED}" -name '*.la' -delete || die
29
30 mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
31 }