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 E83EC139694 for ; Thu, 16 Mar 2017 11:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFC821C043; Thu, 16 Mar 2017 11:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA01321C043 for ; Thu, 16 Mar 2017 11:46:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5801E34071C for ; Thu, 16 Mar 2017 11:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97F486A20 for ; Thu, 16 Mar 2017 11:46:03 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1489664749.2c490a2239207553234a6461b20e5d4f126379d8.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/elogind/elogind-225.9999.ebuild X-VCS-Directories: sys-auth/elogind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2c490a2239207553234a6461b20e5d4f126379d8 X-VCS-Branch: master Date: Thu, 16 Mar 2017 11:46:03 +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: 998a1c22-4969-42b5-95b5-fbda0a853f4b X-Archives-Hash: d8d833bd935c051b74d3d13353a3cdcb commit: 2c490a2239207553234a6461b20e5d4f126379d8 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 16 11:45:18 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 16 11:45:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c490a22 sys-auth/elogind: switch 225.9999 to the next release candidate branch Package-Manager: Portage-2.3.4, Repoman-2.3.2 sys-auth/elogind/elogind-225.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/elogind/elogind-225.9999.ebuild b/sys-auth/elogind/elogind-225.9999.ebuild index 8b1903544c..b0ac9a87d2 100644 --- a/sys-auth/elogind/elogind-225.9999.ebuild +++ b/sys-auth/elogind/elogind-225.9999.ebuild @@ -8,7 +8,7 @@ inherit autotools git-r3 linux-info pam udev DESCRIPTION="The systemd project's logind, extracted to a standalone package" HOMEPAGE="https://github.com/elogind/elogind" EGIT_REPO_URI="https://github.com/elogind/elogind.git" -EGIT_BRANCH="dev_v226" +EGIT_BRANCH="dev_v226-r1" LICENSE="CC0-1.0 LGPL-2.1+ public-domain" SLOT="0"