From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1555385-garchives=archives.gentoo.org@lists.gentoo.org> 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 BF1D3158089 for <garchives@archives.gentoo.org>; Sun, 17 Sep 2023 22:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B1272BC19C; Sun, 17 Sep 2023 22:40:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 14ABF2BC19C for <gentoo-commits@lists.gentoo.org>; Sun, 17 Sep 2023 22:40:31 +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 40D59335C9F for <gentoo-commits@lists.gentoo.org>; Sun, 17 Sep 2023 22:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80C5211D7 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Sep 2023 22:40:27 +0000 (UTC) From: "Lucio Sauer" <watermanpaint@posteo.net> 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" <watermanpaint@posteo.net> Message-ID: <1694990362.d4ba4a1172df776e6893105ccd60fe6e87791cc2.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/libbpg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libbpg/libbpg-0.9.8-r1.ebuild X-VCS-Directories: media-libs/libbpg/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: d4ba4a1172df776e6893105ccd60fe6e87791cc2 X-VCS-Branch: dev Date: Sun, 17 Sep 2023 22:40:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 011f690d-8189-4b93-93ff-b098b2cd33fe X-Archives-Hash: 4a83f854a46b517a68f7e341f4481ff1 commit: d4ba4a1172df776e6893105ccd60fe6e87791cc2 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sun Sep 17 22:20:38 2023 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Sun Sep 17 22:39:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4ba4a11 media-libs/libbpg: install documentation and merge doheader calls Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> media-libs/libbpg/libbpg-0.9.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild index b287d4de67..39b72bf97e 100644 --- a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild +++ b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild @@ -93,14 +93,14 @@ src_install() { mkdir -p "${ED}"/usr/bin || die # We never called configure with --prefix="${EPREFIX}"/usr or similar emake prefix="${ED}"/usr install + einstalldocs if use bpgview; then dobin bpgview fi dolib.a libbpg.a - doheader libbpg.h - doheader bpgenc.h + doheader libbpg.h bpgenc.h insinto /usr/$(get_libdir)/pkgconfig doins ${PN}.pc