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 A1639138334 for ; Mon, 1 Oct 2018 00:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B52EE090E; Mon, 1 Oct 2018 00:07:19 +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 D428FE0909 for ; Mon, 1 Oct 2018 00:07:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E136335D09 for ; Mon, 1 Oct 2018 00:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 241B2443 for ; Mon, 1 Oct 2018 00:07:14 +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: <1538352409.d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.25.0.ebuild dev-lang/rust/rust-1.28.0-r1.ebuild dev-lang/rust/rust-1.28.0.ebuild dev-lang/rust/rust-1.29.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd X-VCS-Branch: master Date: Mon, 1 Oct 2018 00:07:14 +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: 5482fd30-7f25-46f6-8e52-e2f6e64c3b1f X-Archives-Hash: 5d0b56895ea371105661c493ad8a7485 commit: d4c1ddb3fa6c753533cd36a1f35e2bc82b2ed8fd Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 1 00:04:28 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 1 00:06:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c1ddb3 dev-lang/rust: don't set KEYWORDS at all for beta releases Tools like tatt cannot really handle empty KEYWORDS. So don't set KEYWORDS at all when we don't want keywords. Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-lang/rust/rust-1.25.0.ebuild | 3 +-- dev-lang/rust/rust-1.28.0-r1.ebuild | 3 +-- dev-lang/rust/rust-1.28.0.ebuild | 3 +-- dev-lang/rust/rust-1.29.1.ebuild | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild index 5411d562a2f..37d8c394ea5 100644 --- a/dev-lang/rust/rust-1.25.0.ebuild +++ b/dev-lang/rust/rust-1.25.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz" - KEYWORDS="amd64 x86" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}" diff --git a/dev-lang/rust/rust-1.28.0-r1.ebuild b/dev-lang/rust/rust-1.28.0-r1.ebuild index 8b05979a58f..308474cfe15 100644 --- a/dev-lang/rust/rust-1.28.0-r1.ebuild +++ b/dev-lang/rust/rust-1.28.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" - KEYWORDS="amd64" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}" diff --git a/dev-lang/rust/rust-1.28.0.ebuild b/dev-lang/rust/rust-1.28.0.ebuild index 41be6dd5569..a3139658c1b 100644 --- a/dev-lang/rust/rust-1.28.0.ebuild +++ b/dev-lang/rust/rust-1.28.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" - KEYWORDS="" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}" diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild index f67bcb8b451..9ff5d6b03f5 100644 --- a/dev-lang/rust/rust-1.29.1.ebuild +++ b/dev-lang/rust/rust-1.29.1.ebuild @@ -13,7 +13,6 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" - KEYWORDS="x86" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}"