From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 778F1138334 for ; Mon, 3 Sep 2018 14:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C4BE084A; Mon, 3 Sep 2018 14:13:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24496E084A for ; Mon, 3 Sep 2018 14:13:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B40E4335C5D for ; Mon, 3 Sep 2018 14:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361503A9 for ; Mon, 3 Sep 2018 14:13:48 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1535984022.f3eceecd5b5840cfe53db147acb9b25cef3a7e54.zlogene@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-2018.05.ebuild X-VCS-Directories: dev-embedded/u-boot-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: f3eceecd5b5840cfe53db147acb9b25cef3a7e54 X-VCS-Branch: master Date: Mon, 3 Sep 2018 14:13:48 +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: 002b820d-9fd3-41a4-9562-ec404252a353 X-Archives-Hash: 41a51e7ae488675f3925d55a623f166b commit: f3eceecd5b5840cfe53db147acb9b25cef3a7e54 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Sep 3 14:13:21 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Sep 3 14:13:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3eceecd dev-embedded/u-boot-tools: mark stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild index 1a32e2433fa..76939bc8bba 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="" S=${WORKDIR}/${MY_P}