From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0894C1381F3 for ; Thu, 25 Jul 2013 22:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F31E09C3; Thu, 25 Jul 2013 22:16:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 324F1E09C3 for ; Thu, 25 Jul 2013 22:16:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44F1B33E9EB for ; Thu, 25 Jul 2013 22:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2713E5458 for ; Thu, 25 Jul 2013 22:16:16 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1374790563.3aa25d9216b373648feb37ff1424ed8ad6834fa0.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdm/kdm-4.10.97.ebuild kde-base/kdm/kdm-4.11.49.9999.ebuild kde-base/kdm/kdm-9999.ebuild X-VCS-Directories: kde-base/kdm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3aa25d9216b373648feb37ff1424ed8ad6834fa0 X-VCS-Branch: master Date: Thu, 25 Jul 2013 22:16:16 +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-Archives-Salt: eea021f9-1ed9-4dbe-9577-13aad6906157 X-Archives-Hash: 441e43971595d40192bbf994d23df27e commit: 3aa25d9216b373648feb37ff1424ed8ad6834fa0 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 25 22:16:03 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 25 22:16:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3aa25d92 [kde-base/kdm] Adjust REQUIRED_USE as decided in meeting wrt bug #468500. Package-Manager: portage-2.2.0_alpha188 --- kde-base/kdm/kdm-4.10.97.ebuild | 4 ++-- kde-base/kdm/kdm-4.11.49.9999.ebuild | 2 +- kde-base/kdm/kdm-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/kdm/kdm-4.10.97.ebuild b/kde-base/kdm/kdm-4.10.97.ebuild index 0c2f2b2..25d1acc 100644 --- a/kde-base/kdm/kdm-4.10.97.ebuild +++ b/kde-base/kdm/kdm-4.10.97.ebuild @@ -9,10 +9,10 @@ KMNAME="kde-workspace" inherit systemd kde4-meta flag-o-matic user DESCRIPTION="KDE login manager, similar to xdm and gdm" -KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug +consolekit kerberos pam systemd" -REQUIRED_USE="systemd? ( !consolekit )" +REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )" DEPEND=" $(add_kdebase_dep libkworkspace) diff --git a/kde-base/kdm/kdm-4.11.49.9999.ebuild b/kde-base/kdm/kdm-4.11.49.9999.ebuild index 3e6ec0c..d1a215f 100644 --- a/kde-base/kdm/kdm-4.11.49.9999.ebuild +++ b/kde-base/kdm/kdm-4.11.49.9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="KDE login manager, similar to xdm and gdm" KEYWORDS="" IUSE="debug +consolekit kerberos pam systemd" -REQUIRED_USE="systemd? ( !consolekit )" +REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )" DEPEND=" $(add_kdebase_dep libkworkspace) diff --git a/kde-base/kdm/kdm-9999.ebuild b/kde-base/kdm/kdm-9999.ebuild index 3e6ec0c..d1a215f 100644 --- a/kde-base/kdm/kdm-9999.ebuild +++ b/kde-base/kdm/kdm-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="KDE login manager, similar to xdm and gdm" KEYWORDS="" IUSE="debug +consolekit kerberos pam systemd" -REQUIRED_USE="systemd? ( !consolekit )" +REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )" DEPEND=" $(add_kdebase_dep libkworkspace)