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 C3BC813888F for ; Thu, 15 Oct 2015 06:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C371721C00B; Thu, 15 Oct 2015 06:55:54 +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 B50B321C005 for ; Thu, 15 Oct 2015 06:55:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E643340AF6 for ; Thu, 15 Oct 2015 06:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE1110D0 for ; Thu, 15 Oct 2015 06:55:49 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1444892109.7374f206ba03e593f4797acbd795c29a3011a106.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/glance/glance-2015.2.9999.ebuild X-VCS-Directories: app-admin/glance/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 7374f206ba03e593f4797acbd795c29a3011a106 X-VCS-Branch: master Date: Thu, 15 Oct 2015 06:55:49 +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: 98d65974-cf8b-48b9-9db4-75eb1b451069 X-Archives-Hash: 18a03106ffdbca53c0bd2126b2c01a10 commit: 7374f206ba03e593f4797acbd795c29a3011a106 Author: Matthew Thode gentoo org> AuthorDate: Thu Oct 15 06:53:34 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Oct 15 06:55:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7374f206 app-admin/glance: actually install liberty Package-Manager: portage-2.2.20.1 app-admin/glance/glance-2015.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/glance/glance-2015.2.9999.ebuild b/app-admin/glance/glance-2015.2.9999.ebuild index 1853ef4..931a8bb 100644 --- a/app-admin/glance/glance-2015.2.9999.ebuild +++ b/app-admin/glance/glance-2015.2.9999.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Provides services for discovering, registering, and retrieving virtual machine images" HOMEPAGE="https://launchpad.net/glance" EGIT_REPO_URI="https://github.com/openstack/glance.git" -EGIT_BRANCH="stable/kilo" +EGIT_BRANCH="stable/liberty" LICENSE="Apache-2.0" SLOT="0"