commit:     f955680634efdc47b16d9e5049acdae902fb9b86
Author:     Dale Showers <github <AT> fictx <DOT> com>
AuthorDate: Sun Feb 18 14:38:12 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 16:54:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9556806

x11-misc/xdg-utils: X use flag for xprop,xset dependencies

Signed-off-by: Dale Showers <github <AT> fictx.com>
Closes: https://github.com/gentoo/gentoo/pull/35411
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild | 8 +++++---
 x11-misc/xdg-utils/xdg-utils-1.2.1.ebuild              | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild
index 561fb1c79f9c..3a49a042505a 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/xdg-utils-${MY_COMMIT}
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc gnome"
+IUSE="dbus doc gnome X"
 REQUIRED_USE="gnome? ( dbus )"
 
 RDEPEND="
@@ -30,8 +30,10 @@ RDEPEND="
                )
        )
        x11-misc/shared-mime-info
-       x11-apps/xprop
-       x11-apps/xset
+       X? (
+               x11-apps/xprop
+               x11-apps/xset
+       )
 "
 BDEPEND="
        >=app-text/xmlto-0.0.28-r3[text(+)]

diff --git a/x11-misc/xdg-utils/xdg-utils-1.2.1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.2.1.ebuild
index 110d275dac9b..ffa605d5f864 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.2.1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.2.1.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc gnome"
+IUSE="dbus doc gnome X"
 REQUIRED_USE="gnome? ( dbus )"
 
 RDEPEND="
@@ -33,8 +33,10 @@ RDEPEND="
                )
        )
        x11-misc/shared-mime-info
-       x11-apps/xprop
-       x11-apps/xset
+       X? (
+               x11-apps/xprop
+               x11-apps/xset
+       )
 "
 BDEPEND="
        >=app-text/xmlto-0.0.28-r3[text(+)]

Reply via email to