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 2ABC6138A1F for ; Tue, 22 Apr 2014 21:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0419E08C2; Tue, 22 Apr 2014 21:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C1F0E08C2 for ; Tue, 22 Apr 2014 21:35:16 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C5F833EDCC for ; Tue, 22 Apr 2014 21:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BEB5C1818D for ; Tue, 22 Apr 2014 21:35:13 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398202299.bd06987debab6cb6e0f8816d550a2c49bbdd118b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gdm/gdm-3.12.0.ebuild gnome-base/gdm/gdm-3.12.1.ebuild gnome-base/gdm/gdm-9999.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: bd06987debab6cb6e0f8816d550a2c49bbdd118b X-VCS-Branch: master Date: Tue, 22 Apr 2014 21:35:13 +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: ee6855ef-01ad-4765-9c86-ea4c89ab70fc X-Archives-Hash: b0e1e7611c82b6c7b16889add2fe4e3d commit: bd06987debab6cb6e0f8816d550a2c49bbdd118b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 22 21:31:39 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Apr 22 21:31:39 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bd06987d gnome-base/gdm: 3.12.0 → 3.12.1 --- gnome-base/gdm/{gdm-3.12.0.ebuild => gdm-3.12.1.ebuild} | 0 gnome-base/gdm/gdm-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gdm/gdm-3.12.0.ebuild b/gnome-base/gdm/gdm-3.12.1.ebuild similarity index 100% rename from gnome-base/gdm/gdm-3.12.0.ebuild rename to gnome-base/gdm/gdm-3.12.1.ebuild diff --git a/gnome-base/gdm/gdm-9999.ebuild b/gnome-base/gdm/gdm-9999.ebuild index 389eeff..e2c6848 100644 --- a/gnome-base/gdm/gdm-9999.ebuild +++ b/gnome-base/gdm/gdm-9999.ebuild @@ -181,7 +181,7 @@ src_configure() { --enable-authentication-scheme=pam \ --with-default-pam-config=exherbo \ --with-at-spi-registryd-directory="${EPREFIX}"/usr/libexec \ - --with-consolekit-directory=${EPREFIX}/usr/lib/ConsoleKit \ + --with-consolekit-directory="${EPREFIX}"/usr/lib/ConsoleKit \ --with-initial-vt=7 \ --without-xevie \ $(use_with audit libaudit) \