Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465990 Details for
Bug 611756
dev-lang/rust-bin - add arm support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rust-bin-1.15.1-arm.patch
rust-bin-1.15.1-arm.patch (text/plain), 1.33 KB, created by
Michael Palimaka (kensington)
on 2017-03-05 01:18:07 UTC
(
hide
)
Description:
rust-bin-1.15.1-arm.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2017-03-05 01:18:07 UTC
Size:
1.33 KB
patch
obsolete
>diff --git a/dev-lang/rust-bin/rust-bin-1.15.1.ebuild b/dev-lang/rust-bin/rust-bin-1.15.1.ebuild >index 319576f..50d7ea5 100644 >--- a/dev-lang/rust-bin/rust-bin-1.15.1.ebuild >+++ b/dev-lang/rust-bin/rust-bin-1.15.1.ebuild >@@ -3,18 +3,22 @@ > > EAPI=5 > >-inherit eutils bash-completion-r1 >+inherit eutils bash-completion-r1 toolchain-funcs > > MY_P="rust-${PV}" > > DESCRIPTION="Systems programming language from Mozilla" > HOMEPAGE="http://www.rust-lang.org/" > SRC_URI="amd64? ( http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz ) >+ arm? ( >+ https://static.rust-lang.org/dist/${MY_P}-arm-unknown-linux-gnueabi.tar.gz >+ https://static.rust-lang.org/dist/${MY_P}-arm-unknown-linux-gnueabihf.tar.gz >+ ) > x86? ( http://static.rust-lang.org/dist/${MY_P}-i686-unknown-linux-gnu.tar.gz )" > > LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" > SLOT="stable" >-KEYWORDS="~amd64 ~x86" >+KEYWORDS="~amd64 ~arm ~x86" > IUSE="doc" > > DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425 >@@ -34,6 +38,13 @@ src_unpack() { > > local postfix > use amd64 && postfix=x86_64-unknown-linux-gnu >+ if use arm; then >+ if [[ "$(tc-is-softfloat)" != "no" ]]; then >+ postfix=arm-unknown-linux-gnueabi >+ else >+ postfix=arm-unknown-linux-gnueabihf >+ fi >+ fi > use x86 && postfix=i686-unknown-linux-gnu > mv "${WORKDIR}/${MY_P}-${postfix}" "${S}" || die > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 611756
: 465990