projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faed1bd
)
dev-lang/rust: x86 stable (bug #593980)
author
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 15 May 2018 01:37:56 +0000
(
03:37
+0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 15 May 2018 01:37:56 +0000
(
03:37
+0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-lang/rust/rust-1.25.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/rust/rust-1.25.0.ebuild
b/dev-lang/rust/rust-1.25.0.ebuild
index acfbcd1213aed998029fc1ee116f1a26af24b8d8..36e1b65400779c9afd2551465f465653a6115906 100644
(file)
--- a/
dev-lang/rust/rust-1.25.0.ebuild
+++ b/
dev-lang/rust/rust-1.25.0.ebuild
@@
-13,13
+13,13
@@
if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz"
- KEYWORDS=""
+ KEYWORDS="
x86
"
else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.gz"
- KEYWORDS="~amd64 ~arm64
~
x86"
+ KEYWORDS="~amd64 ~arm64 x86"
fi
CHOST_amd64=x86_64-unknown-linux-gnu