diff options
author | 2015-03-23 17:17:36 +0000 | |
---|---|---|
committer | 2015-03-23 17:17:36 +0000 | |
commit | 67f56470072368a2199a1f66a2eb21b18d27e4b3 (patch) | |
tree | 0cd4aed2c8403474312153f95c002b8c4d54917f | |
parent | Drop myself as maintainer. (diff) | |
download | gentoo-2-67f56470072368a2199a1f66a2eb21b18d27e4b3.tar.gz gentoo-2-67f56470072368a2199a1f66a2eb21b18d27e4b3.tar.bz2 gentoo-2-67f56470072368a2199a1f66a2eb21b18d27e4b3.zip |
Switch to Gentoo mirrors for stable SRC_URI #543696 by Janne Grunau.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
-rw-r--r-- | sys-boot/vboot-utils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-boot/vboot-utils/ChangeLog b/sys-boot/vboot-utils/ChangeLog index 3c7dd44c5c95..2b0332e261f0 100644 --- a/sys-boot/vboot-utils/ChangeLog +++ b/sys-boot/vboot-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/vboot-utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.4 2015/03/12 06:17:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.5 2015/03/23 17:17:36 vapier Exp $ + + 23 Mar 2015; Mike Frysinger <vapier@gentoo.org> + vboot-utils-42_p20150219.ebuild: + Switch to Gentoo mirrors for stable SRC_URI #543696 by Janne Grunau. *vboot-utils-42_p20150219 (12 Mar 2015) diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild index 2021e73107b5..1676e26eff08 100644 --- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild,v 1.1 2015/03/12 06:17:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild,v 1.2 2015/03/23 17:17:36 vapier Exp $ EAPI=5 @@ -11,7 +11,9 @@ GIT_SHA1="f44ebbe36b2c1603437edc57b534244e89bfcd9c" DESCRIPTION="Chrome OS verified boot tools" HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/ http://dev.chromium.org/chromium-os/chromiumos-design-docs/verified-boot" -SRC_URI="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+archive/${GIT_SHA1}.tar.gz -> ${P}.tar.gz" +# Can't use gitiles directly until b/19710536 is fixed. +#SRC_URI="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+archive/${GIT_SHA1}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="BSD" SLOT="0" |