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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F1E415800D for ; Mon, 3 Jul 2023 16:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8178FE0845; Mon, 3 Jul 2023 16:58:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC4FE0845 for ; Mon, 3 Jul 2023 16:58:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5DA0335D84 for ; Mon, 3 Jul 2023 16:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274C18DC for ; Mon, 3 Jul 2023 16:58:43 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1688403455.7d76196bf75d50c7efdb2c0918db94101e40ff8f.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 7d76196bf75d50c7efdb2c0918db94101e40ff8f X-VCS-Branch: dev Date: Mon, 3 Jul 2023 16:58:43 +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: 830cce3b-2d9b-4351-af72-5564a059517c X-Archives-Hash: e5a783366f09378b5ede4f7c295ca560 commit: 7d76196bf75d50c7efdb2c0918db94101e40ff8f Author: Lucio Sauer posteo net> AuthorDate: Mon Jul 3 16:55:18 2023 +0000 Commit: Lucio Sauer posteo net> 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 }