From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7647138335 for ; Mon, 24 Jun 2019 13:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4FDCE0833; Mon, 24 Jun 2019 13:08:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA963E0833 for ; Mon, 24 Jun 2019 13:08:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B65F4346888 for ; Mon, 24 Jun 2019 13:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4267626 for ; Mon, 24 Jun 2019 13:08:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1561381710.38d110d8d157776b840da4995bbeb7d9979cc7b4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.28.0.ebuild x11-misc/lightdm/lightdm-1.30.0.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 38d110d8d157776b840da4995bbeb7d9979cc7b4 X-VCS-Branch: master Date: Mon, 24 Jun 2019 13:08:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 874ec147-ba7b-4e4c-81d1-e2e03f138c29 X-Archives-Hash: 6a8c2efab1db7c134f29492340e74cf8 commit: 38d110d8d157776b840da4995bbeb7d9979cc7b4 Author: Lars Wendler gentoo org> AuthorDate: Mon Jun 24 13:08:13 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jun 24 13:08:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d110d8 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 gentoo.org> x11-misc/lightdm/lightdm-1.28.0.ebuild | 1 + x11-misc/lightdm/lightdm-1.30.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-misc/lightdm/lightdm-1.28.0.ebuild b/x11-misc/lightdm/lightdm-1.28.0.ebuild index a1ba623fec0..d18f8dffa15 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 2dbffbe278b..547beddb26d 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}