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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C81E15800D for ; Tue, 4 Jul 2023 04:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDE8EE0894; Tue, 4 Jul 2023 04:53:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA1A7E0894 for ; Tue, 4 Jul 2023 04:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1F37340DE6 for ; Tue, 4 Jul 2023 04:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15CBAAD5 for ; Tue, 4 Jul 2023 04:53:38 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1688403455.7d76196bf75d50c7efdb2c0918db94101e40ff8f.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild X-VCS-Directories: dev-libs/lsbcrypt/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 7d76196bf75d50c7efdb2c0918db94101e40ff8f X-VCS-Branch: master Date: Tue, 4 Jul 2023 04:53:38 +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: 5246924d-36b5-440f-8cbe-b5d6ab4e8079 X-Archives-Hash: 56fc832403358cf0834742a1af4578d9 commit: 7d76196bf75d50c7efdb2c0918db94101e40ff8f Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 3 16:55:18 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Jul 3 16:57:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d76196b dev-libs/lsbcrypt: install library header Signed-off-by: Lucio Sauer posteo.net> dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild index c25c6972d..3bc066b9e 100644 --- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild +++ b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild @@ -24,5 +24,6 @@ src_test() { src_install() { newlib.a bcrypt.a libbcrypt.a + newheader bcrypt.h libbcrypt.h einstalldocs }