projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85d55d
)
dev-lang/rust: amd64 stable wrt bug #593980
author
Agostino Sarubbo
<ago@gentoo.org>
Wed, 16 May 2018 12:21:53 +0000
(14:21 +0200)
committer
Agostino Sarubbo
<ago@gentoo.org>
Wed, 16 May 2018 12:21:53 +0000
(14:21 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
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 36e1b65400779c9afd2551465f465653a6115906..b6cea31b46796889cd8b37c7f02c9f3377d04fa8 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="x86"
+ KEYWORDS="
amd64
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