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 8C207158089 for ; Thu, 5 Oct 2023 16:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4D32BC019; Thu, 5 Oct 2023 16:02:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B80562BC019 for ; Thu, 5 Oct 2023 16:02:17 +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 E7B11335CEC for ; Thu, 5 Oct 2023 16:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E73192F for ; Thu, 5 Oct 2023 16:02:15 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1696521723.4ff2331d057f99cfb16dfbd6bc47f3ce880a00ac.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-0.16.2-r2.ebuild gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4ff2331d057f99cfb16dfbd6bc47f3ce880a00ac X-VCS-Branch: master Date: Thu, 5 Oct 2023 16:02:15 +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: 3ef2e581-3d1d-4991-aa79-77681d080145 X-Archives-Hash: 80d67a2764eaf407f6ce9658176380b1 commit: 4ff2331d057f99cfb16dfbd6bc47f3ce880a00ac Author: Leonardo Hernández Hernández proton me> AuthorDate: Mon Oct 2 05:04:44 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 5 16:02:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff2331d gui-libs/wlroots: install docs no revbumb because is only a single file Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/33157 Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/wlroots/wlroots-0.16.2-r2.ebuild | 1 + gui-libs/wlroots/wlroots-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild b/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild index bb9f64c221f8..9859bfa53a9e 100644 --- a/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.2-r2.ebuild @@ -79,6 +79,7 @@ src_configure() { src_install() { meson_src_install + dodoc docs/* if use tinywl; then dobin "${BUILD_DIR}"/tinywl/tinywl diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 60a55fbde1d9..6b8d847bfa67 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -88,6 +88,7 @@ src_configure() { src_install() { meson_src_install + dodoc docs/* if use tinywl; then dobin "${BUILD_DIR}"/tinywl/tinywl