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 EE6611396D9 for ; Fri, 27 Oct 2017 12:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601E9E0DBE; Fri, 27 Oct 2017 12:54:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41E86E0DBE for ; Fri, 27 Oct 2017 12:54:10 +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 7CC1B33BEC7 for ; Fri, 27 Oct 2017 12:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB4C8837 for ; Fri, 27 Oct 2017 12:54:06 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1509108840.f4d977bdc552f3d950b08b3b916581d2026f851e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/android-tools/android-tools-6.0.1_p79.ebuild X-VCS-Directories: dev-util/android-tools/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f4d977bdc552f3d950b08b3b916581d2026f851e X-VCS-Branch: master Date: Fri, 27 Oct 2017 12:54:06 +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: dbc7c8ae-870a-485d-8453-03996c6322b5 X-Archives-Hash: 6a970898d28f2e31343eadaf1d9a6550 commit: f4d977bdc552f3d950b08b3b916581d2026f851e Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 27 11:58:53 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 27 12:54:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d977bd dev-util/android-tools: x86 stable (bug #630344) Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild index c08ea80eb0d..5e7dddfe2e6 100644 --- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild +++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild @@ -20,7 +20,7 @@ mirror://gentoo/${MY_P}-f2fs-tools.tar.gz" # The entire source code is Apache-2.0, except for fastboot which is BSD-2. LICENSE="Apache-2.0 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~arm-linux ~x86-linux" IUSE="libressl" RDEPEND="sys-libs/zlib:=