diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-19 23:12:03 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-19 23:12:03 +0000 |
commit | c30463643e0f18200197fa7fc700805eac4d020c (patch) | |
tree | 599f32d5195512f7b700bb1f68abdbda7ee45281 /user/rust/0016-x.py-Use-python3-instead-of-python.patch | |
parent | 3e7e0ccf80173731eef6d51f8a261b6058bfad72 (diff) | |
parent | 3ad04696702c67ecbb84ee44d20b2489d77d841f (diff) | |
download | packages-c30463643e0f18200197fa7fc700805eac4d020c.tar.gz packages-c30463643e0f18200197fa7fc700805eac4d020c.tar.bz2 packages-c30463643e0f18200197fa7fc700805eac4d020c.tar.xz packages-c30463643e0f18200197fa7fc700805eac4d020c.zip |
Merge branch 'rust' into 'master'
user/rust: Bump to 1.31.1
This needs updated binaries from https://portage.smaeul.xyz/distfiles/adelie/
See merge request !131
Diffstat (limited to 'user/rust/0016-x.py-Use-python3-instead-of-python.patch')
-rw-r--r-- | user/rust/0016-x.py-Use-python3-instead-of-python.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/rust/0016-x.py-Use-python3-instead-of-python.patch b/user/rust/0016-x.py-Use-python3-instead-of-python.patch new file mode 100644 index 000000000..37302b773 --- /dev/null +++ b/user/rust/0016-x.py-Use-python3-instead-of-python.patch @@ -0,0 +1,22 @@ +From 591dc52ab207945a5c1b488b88cbd1cfbb1c8c94 Mon Sep 17 00:00:00 2001 +From: Samuel Holland <samuel@sholland.org> +Date: Mon, 10 Sep 2018 01:36:00 +0000 +Subject: [PATCH 16/23] x.py: Use python3 instead of python + +--- + x.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/x.py b/x.py +index e277ab98be..a75176a3f9 100755 +--- a/x.py ++++ b/x.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # Copyright 2016 The Rust Project Developers. See the COPYRIGHT + # file at the top-level directory of this distribution and at + # http://rust-lang.org/COPYRIGHT. +-- +2.19.2 + |