Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/
Date: Thu, 06 Oct 2016 09:34:29
Message-Id: 1475746437.814c4539fe80cc37d01c6506f585b3cadf29aa96.aballier@gentoo
1 commit: 814c4539fe80cc37d01c6506f585b3cadf29aa96
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 09:33:50 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 09:33:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814c4539
7
8 x11-libs/fltk: install fluid executable; bug #595246
9
10 Package-Manager: portage-2.3.1
11
12 x11-libs/fltk/{fltk-1.3.3-r4.ebuild => fltk-1.3.3-r5.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/fltk/fltk-1.3.3-r4.ebuild b/x11-libs/fltk/fltk-1.3.3-r5.ebuild
16 similarity index 98%
17 rename from x11-libs/fltk/fltk-1.3.3-r4.ebuild
18 rename to x11-libs/fltk/fltk-1.3.3-r5.ebuild
19 index de7dc98..a6079f1 100644
20 --- a/x11-libs/fltk/fltk-1.3.3-r4.ebuild
21 +++ b/x11-libs/fltk/fltk-1.3.3-r5.ebuild
22 @@ -141,7 +141,7 @@ multilib_src_install() {
23 default
24
25 if multilib_is_native_abi; then
26 - emake -C fluid DESTDIR="${D}" install-linux
27 + emake -C fluid DESTDIR="${D}" install-linux install
28
29 use doc && \
30 emake -C documentation DESTDIR="${D}" install