Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: scripts/
Date: Thu, 02 Jul 2015 02:41:48
Message-Id: 1435805034.443c5c92b0b35244e732e6fdbdb2667768126d35.blueness@gentoo
1 commit: 443c5c92b0b35244e732e6fdbdb2667768126d35
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 02:43:54 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 02:43:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=443c5c92
7
8 Emerge portage for python3.4.
9
10 scripts/cycle.2.sh | 2 +-
11 scripts/cycle.3.sh | 1 -
12 2 files changed, 1 insertion(+), 2 deletions(-)
13
14 diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
15 index 0b3e7a2..37caa55 100644
16 --- a/scripts/cycle.2.sh
17 +++ b/scripts/cycle.2.sh
18 @@ -2,8 +2,8 @@
19
20 source /etc/profile
21 env-update
22 +emerge -b1q portage
23 emerge -b1q =app-portage/grs-9999
24 -eselect python set python3.3
25 install-worldconf
26 emerge -bevq --keep-going --with-bdeps=y @world
27 clean-worldconf
28
29 diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh
30 index b65e2ac..55ace98 100644
31 --- a/scripts/cycle.3.sh
32 +++ b/scripts/cycle.3.sh
33 @@ -2,7 +2,6 @@
34
35 source /etc/profile
36 env-update
37 -eselect python set python3.3
38 install-worldconf
39 emerge -buvNDq --keep-going --with-bdeps=y @world
40 clean-worldconf