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 B81CE138359 for ; Wed, 9 Sep 2020 18:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3FACE0857; Wed, 9 Sep 2020 18:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C774BE0857 for ; Wed, 9 Sep 2020 18:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20C7C33BF51 for ; Wed, 9 Sep 2020 18:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AF672E1 for ; Wed, 9 Sep 2020 18:35:03 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1599676482.f492cb1be8da58c5c53938cc2404fe84df137030.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lablgtk/lablgtk-2.18.10.ebuild X-VCS-Directories: dev-ml/lablgtk/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f492cb1be8da58c5c53938cc2404fe84df137030 X-VCS-Branch: master Date: Wed, 9 Sep 2020 18:35:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cc48e62-bdb8-4184-96a7-a7894c7248ae X-Archives-Hash: 72da0934df2da47acc6709f3ba7e4899 commit: f492cb1be8da58c5c53938cc2404fe84df137030 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Sep 9 18:34:42 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Sep 9 18:34:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f492cb1b dev-ml/lablgtk: fix broken symlink Closes: https://bugs.gentoo.org/741392 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/lablgtk/lablgtk-2.18.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild index d6a5323964d..5cac1f5c162 100644 --- a/dev-ml/lablgtk/lablgtk-2.18.10.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.18.10.ebuild @@ -67,7 +67,8 @@ src_install() { rm "${ED}/usr/$(get_libdir)/ocaml/ld.conf" || die dosym lablgtk2/liblablgtk2.a \ /usr/$(get_libdir)/ocaml/liblablgtk2.a - dosym lablgtk2/liblablgtksourceview2.a \ + use sourceview && \ + dosym lablgtk2/liblablgtksourceview2.a \ /usr/$(get_libdir)/ocaml/liblablgtksourceview2.a if use examples; then