diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2014-02-25 08:29:45 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2014-02-25 08:29:45 +0000 |
commit | f61e8a49958ab0445ca9499ef330a496e42329d3 (patch) | |
tree | c49b59cfeb24976e98447dc55a1a352198fbd3d9 /sys-boot | |
parent | Initial ebuild for mod_authnz_persona. (diff) | |
download | gentoo-2-f61e8a49958ab0445ca9499ef330a496e42329d3.tar.gz gentoo-2-f61e8a49958ab0445ca9499ef330a496e42329d3.tar.bz2 gentoo-2-f61e8a49958ab0445ca9499ef330a496e42329d3.zip |
Add ~arm keyword. Tested on both Samsung and HP Chromebooks
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 06F34B01)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/vboot-utils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/vboot-utils/ChangeLog b/sys-boot/vboot-utils/ChangeLog index 5402c510a507..476c8396655e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.2 2013/07/04 19:23:29 zmedico Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/ChangeLog,v 1.3 2014/02/25 08:29:44 steev Exp $ + + 25 Feb 2014; Steev Klimaszewski <steev@gentoo.org> + vboot-utils-1.0_p20130222.ebuild: + Add ~arm keyword. Tested on both Samsung and HP Chromebooks 04 Jul 2013; Zac Medico <zmedico@gentoo.org> vboot-utils-1.0_p20130222.ebuild: Add xz-utils dep, and slot-operators. diff --git a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild index 32799225b8a7..ff2ff6334287 100644 --- a/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.2 2013/07/04 19:23:29 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/vboot-utils/vboot-utils-1.0_p20130222.ebuild,v 1.3 2014/02/25 08:29:45 steev Exp $ EAPI=5 inherit eutils rpm toolchain-funcs -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" DESCRIPTION="Chrome OS verified boot tools" HOMEPAGE="http://git.chromium.org/gitweb/?p=chromiumos/platform/vboot_reference.git" EGIT_COMMIT="e6cf2c21a1cd6fc46b6adcaadc865e2f8bd4874e" |