commit: 4ff2331d057f99cfb16dfbd6bc47f3ce880a00ac Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Mon Oct 2 05:04:44 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/33157 Signed-off-by: Arthur Zamarin <arthurzam <AT> 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