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 AF04B1388C0 for ; Sat, 27 Feb 2016 18:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 680EE21C014; Sat, 27 Feb 2016 18:40:03 +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 077E021C014 for ; Sat, 27 Feb 2016 18:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE5FB3409B7 for ; Sat, 27 Feb 2016 18:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 735FC177 for ; Sat, 27 Feb 2016 18:39:59 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1456598386.495fb15cdc34e89735a06abf555e1ebe1568fd14.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild X-VCS-Directories: dev-embedded/u-boot-tools/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 495fb15cdc34e89735a06abf555e1ebe1568fd14 X-VCS-Branch: master Date: Sat, 27 Feb 2016 18:39:59 +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: 8249af38-cc9a-433f-9679-dc5bf22c5caf X-Archives-Hash: 53e34a2ea2fe6a2fcba687c16c647a67 commit: 495fb15cdc34e89735a06abf555e1ebe1568fd14 Author: Steev Klimaszewski gentoo org> AuthorDate: Sat Feb 27 18:39:46 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Sat Feb 27 18:39:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495fb15c dev-embedded/u-boot-tools: add ~arm64 to 2015.04 Tested on X-C1 Package-Manager: portage-2.2.27 dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild index c9dfa6c..1bce507 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2015.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" S=${WORKDIR}/${MY_P}