commit: ba21295b4fc5f88833f0b9857a05a7b8879c003a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 20:41:31 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 20:41:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ba21295b
scripts/bootstrap-prefix: bump portage and snapshot
scripts/bootstrap-prefix.sh | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 81ef629..5d6fbc1 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -393,7 +393,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20160211"
+ local PV="20160324"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else
@@ -451,8 +451,8 @@ bootstrap_portage() {
# STABLE_PV that is known to work. Intended for power users only.
## It is critical that STABLE_PV is the lastest (non-masked) version
that is
## included in the snapshot for bootstrap_tree.
- STABLE_PV="2.2.20"
- [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.2.20"
+ STABLE_PV="2.2.28"
+ [[ ${TESTING_PV} == latest ]] && TESTING_PV="2.2.28"
PV="${TESTING_PV:-${STABLE_PV}}"
A=prefix-portage-${PV}.tar.bz2
einfo "Bootstrapping ${A%-*}"
@@ -469,8 +469,6 @@ bootstrap_portage() {
S="${S}/prefix-portage-${PV}"
cd "${S}"
- patch -p1 <
"${ROOT}"/usr/portage/sys-apps/portage/files/portage-2.2.10.1-brokentty-more-platforms.patch
# now upstream
-
# disable ipc
sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \
-i pym/_emerge/AbstractEbuildProcess.py || \