commit:     0a5f6d109e571e4decc06fab3d6297ca57518859
Author:     Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Fri Apr  4 14:50:18 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Apr  4 14:50:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a5f6d10

gui-apps/wl-mirror: install wl-present by default

Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>

 .../wl-mirror/{wl-mirror-0.18.0.ebuild => wl-mirror-0.18.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-mirror/wl-mirror-0.18.0.ebuild 
b/gui-apps/wl-mirror/wl-mirror-0.18.0-r1.ebuild
similarity index 90%
rename from gui-apps/wl-mirror/wl-mirror-0.18.0.ebuild
rename to gui-apps/wl-mirror/wl-mirror-0.18.0-r1.ebuild
index 97944cb23..1283c1370 100644
--- a/gui-apps/wl-mirror/wl-mirror-0.18.0.ebuild
+++ b/gui-apps/wl-mirror/wl-mirror-0.18.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Ferdi265/wl-mirror/releases/download/v${PV}/wl-mirro
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="man"
+IUSE="+examples man"
 
 DEPEND="
        gui-libs/wlroots
@@ -32,7 +32,7 @@ src_configure() {
                -DINSTALL_DOCUMENTATION=$(usex man ON OFF)
                -DFORCE_SYSTEM_WL_PROTOCOLS=ON
                -DFORCE_SYSTEM_WLR_PROTOCOLS=OFF
-               -DINSTALL_EXAMPLE_SCRIPTS=OFF
+               -DINSTALL_EXAMPLE_SCRIPTS=$(usex examples ON OFF)
        )
 
        cmake_src_configure

Reply via email to