From: Thomas Deutschmann Date: Thu, 27 Sep 2018 17:26:25 +0000 (+0200) Subject: virtual/rust: drop stable x86 keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=245ec831e420746541ea073c3ba500f34fbb5bbc;p=gentoo.git virtual/rust: drop stable x86 keyword ...which was accidentially added via commit 3f19f76ebaa187fd15e8b749d0672b7a761e47ca. Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild index 1d482c72cda5..f0642556ce55 100644 --- a/virtual/rust/rust-1.27.1.ebuild +++ b/virtual/rust/rust-1.27.1.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=7 @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="~amd64 ~arm64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"