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 8C8E91382C5 for ; Thu, 18 Feb 2021 18:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 568EDE0900; Thu, 18 Feb 2021 18:57:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41D5BE0900 for ; Thu, 18 Feb 2021 18:57:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6480B340A38 for ; Thu, 18 Feb 2021 18:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AE37534 for ; Thu, 18 Feb 2021 18:57:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613674567.f07aade500f72ac89fef284c0717ec40dd4db88d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libxc/libxc-5.1.1.ebuild X-VCS-Directories: sci-libs/libxc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f07aade500f72ac89fef284c0717ec40dd4db88d X-VCS-Branch: master Date: Thu, 18 Feb 2021 18:57:01 +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: 579e9e40-113b-47e6-a9ad-2ab33c6b8440 X-Archives-Hash: 385d94651cf72704f885ce2592cff192 commit: f07aade500f72ac89fef284c0717ec40dd4db88d Author: Jakov Smolic sartura hr> AuthorDate: Thu Feb 18 18:56:07 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 18 18:56:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07aade5 sci-libs/libxc: Fix broken symlink Closes: https://bugs.gentoo.org/771120 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sci-libs/libxc/libxc-5.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/libxc/libxc-5.1.1.ebuild b/sci-libs/libxc/libxc-5.1.1.ebuild index bade5f34f40..884100437a3 100644 --- a/sci-libs/libxc/libxc-5.1.1.ebuild +++ b/sci-libs/libxc/libxc-5.1.1.ebuild @@ -33,6 +33,7 @@ src_configure() { src_install() { default + dodoc ChangeLog.md # no static archives find "${ED}" -name '*.la' -type f -delete || die