diff options
Diffstat (limited to 'dev-lang/rust/rust-1.28.0.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.28.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.28.0.ebuild b/dev-lang/rust/rust-1.28.0.ebuild index 41be6dd55690..a3139658c1b2 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}" |