From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1210242-garchives=archives.gentoo.org@lists.gentoo.org>
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 2CF0F138359
	for <garchives@archives.gentoo.org>; Sun, 27 Sep 2020 19:44:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4FE5FE0798;
	Sun, 27 Sep 2020 19:44: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 36BA8E0798
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 19:44: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 2DCB2340E0B
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 19:44:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AF671339
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Sep 2020 19:44:03 +0000 (UTC)
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org>
Message-ID: <1601235831.6da8eeeb59b5ab9433bbd39a0a56ddf73517c20d.swegener@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libjaylink/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-embedded/libjaylink/libjaylink-0.2.0.ebuild dev-embedded/libjaylink/libjaylink-9999.ebuild
X-VCS-Directories: dev-embedded/libjaylink/
X-VCS-Committer: swegener
X-VCS-Committer-Name: Sven Wegener
X-VCS-Revision: 6da8eeeb59b5ab9433bbd39a0a56ddf73517c20d
X-VCS-Branch: master
Date: Sun, 27 Sep 2020 19:44:03 +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: a192a5b0-01c7-4c85-af77-c5bc9d4444d6
X-Archives-Hash: 8d2b93c99a8ee94edf40dc6676b72972

commit:     6da8eeeb59b5ab9433bbd39a0a56ddf73517c20d
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 19:43:45 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 19:43:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da8eeeb

dev-embedded/libjaylink: Add einstalldocs for multilib build

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 dev-embedded/libjaylink/libjaylink-0.2.0.ebuild | 1 +
 dev-embedded/libjaylink/libjaylink-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
index 2d11642f947..a1a85a787c5 100644
--- a/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-0.2.0.ebuild
@@ -29,5 +29,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	use static-libs || find "${D}" -name '*.la' -delete || die
 }

diff --git a/dev-embedded/libjaylink/libjaylink-9999.ebuild b/dev-embedded/libjaylink/libjaylink-9999.ebuild
index 591ce6e4d7b..2b9467f1194 100644
--- a/dev-embedded/libjaylink/libjaylink-9999.ebuild
+++ b/dev-embedded/libjaylink/libjaylink-9999.ebuild
@@ -29,5 +29,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
+	einstalldocs
 	use static-libs || find "${D}" -name '*.la' -delete || die
 }