From 2500b2b6e903ac101b4ca0599731472860380490 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 31 Aug 2017 20:37:40 -0700 Subject: [PATCH] app-emulation/rkt: Correct the project name --- .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index 15af9ce40b..138b9731e4 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ EAPI=5 @@ -10,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=yes inherit autotools-utils flag-o-matic systemd toolchain-funcs multilib inherit cros-workon coreos-go-depend -CROS_WORKON_PROJECT="coreos/rkt" +CROS_WORKON_PROJECT="rkt/rkt" CROS_WORKON_LOCALNAME="rkt" CROS_WORKON_REPO="git://github.com" @@ -38,7 +37,7 @@ SRC_URI="rkt_stage1_coreos? ( DESCRIPTION="A CLI for running app containers, and an implementation of the App Container Spec." -HOMEPAGE="https://github.com/coreos/rkt" +HOMEPAGE="https://github.com/rkt/rkt" LICENSE="Apache-2.0" SLOT="0"