diff options
-rw-r--r-- | x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805-r1.ebuild | 8 | ||||
-rw-r--r-- | 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(+)] |