From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 935EB138330 for ; Thu, 6 Oct 2016 09:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D20F6E0B6B; Thu, 6 Oct 2016 09:34:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B70C5E0B6B for ; Thu, 6 Oct 2016 09:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22F8534124E for ; Thu, 6 Oct 2016 09:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189362490 for ; Thu, 6 Oct 2016 09:34:22 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1475746437.814c4539fe80cc37d01c6506f585b3cadf29aa96.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fltk/fltk-1.3.3-r4.ebuild x11-libs/fltk/fltk-1.3.3-r5.ebuild X-VCS-Directories: x11-libs/fltk/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 814c4539fe80cc37d01c6506f585b3cadf29aa96 X-VCS-Branch: master Date: Thu, 6 Oct 2016 09:34:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5eefe3b7-796b-4346-80da-b45522fcdeea X-Archives-Hash: f590362dede57e28ab52429a72f6d21c commit: 814c4539fe80cc37d01c6506f585b3cadf29aa96 Author: Alexis Ballier gentoo org> AuthorDate: Thu Oct 6 09:33:50 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Oct 6 09:33:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814c4539 x11-libs/fltk: install fluid executable; bug #595246 Package-Manager: portage-2.3.1 x11-libs/fltk/{fltk-1.3.3-r4.ebuild => fltk-1.3.3-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/fltk/fltk-1.3.3-r4.ebuild b/x11-libs/fltk/fltk-1.3.3-r5.ebuild similarity index 98% rename from x11-libs/fltk/fltk-1.3.3-r4.ebuild rename to x11-libs/fltk/fltk-1.3.3-r5.ebuild index de7dc98..a6079f1 100644 --- a/x11-libs/fltk/fltk-1.3.3-r4.ebuild +++ b/x11-libs/fltk/fltk-1.3.3-r5.ebuild @@ -141,7 +141,7 @@ multilib_src_install() { default if multilib_is_native_abi; then - emake -C fluid DESTDIR="${D}" install-linux + emake -C fluid DESTDIR="${D}" install-linux install use doc && \ emake -C documentation DESTDIR="${D}" install