summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-06-24 15:08:13 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-06-24 15:08:30 +0200
commit38d110d8d157776b840da4995bbeb7d9979cc7b4 (patch)
tree2083b789a4b4aebf107beded825ca2f095d40ec4 /x11-misc/lightdm
parentdev-libs/libinput: Removed old. (diff)
downloadgentoo-38d110d8d157776b840da4995bbeb7d9979cc7b4.tar.gz
gentoo-38d110d8d157776b840da4995bbeb7d9979cc7b4.tar.bz2
gentoo-38d110d8d157776b840da4995bbeb7d9979cc7b4.zip
x11-misc/lightdm: USE="vala" requires USE="introspection"
Closes: https://bugs.gentoo.org/688408 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r--x11-misc/lightdm/lightdm-1.28.0.ebuild1
-rw-r--r--x11-misc/lightdm/lightdm-1.30.0.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-misc/lightdm/lightdm-1.28.0.ebuild b/x11-misc/lightdm/lightdm-1.28.0.ebuild
index a1ba623fec0e..d18f8dffa15f 100644
--- a/x11-misc/lightdm/lightdm-1.28.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.28.0.ebuild
@@ -44,6 +44,7 @@ PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )"
DOCS=( NEWS )
RESTRICT="test"
+REQUIRED_USE="vala? ( introspection )"
src_prepare() {
xdg_environment_reset
diff --git a/x11-misc/lightdm/lightdm-1.30.0.ebuild b/x11-misc/lightdm/lightdm-1.30.0.ebuild
index 2dbffbe278b9..547beddb26df 100644
--- a/x11-misc/lightdm/lightdm-1.30.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.30.0.ebuild
@@ -46,6 +46,7 @@ PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )"
DOCS=( NEWS )
RESTRICT="test"
+REQUIRED_USE="vala? ( introspection )"
pkg_setup() {
export LIGHTDM_USER=${LIGHTDM_USER:-lightdm}