From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 385131396D9 for ; Sat, 4 Nov 2017 03:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 366D1E0C48; Sat, 4 Nov 2017 03:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EFE3E0C48 for ; Sat, 4 Nov 2017 03:23:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88F2234173E for ; Sat, 4 Nov 2017 03:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD1C9424 for ; Sat, 4 Nov 2017 03:23:23 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1509765709.c637e13950edb0ab3a7545fe1f7ecb1753ea4535.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.12.ebuild sys-apps/portage/portage-2.3.13.ebuild sys-apps/portage/portage-2.3.8.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: c637e13950edb0ab3a7545fe1f7ecb1753ea4535 X-VCS-Branch: master Date: Sat, 4 Nov 2017 03:23:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2c5faa4-432f-49cd-abc1-6b6e603f90fb X-Archives-Hash: 80e57ad6c203a81097983f4e4ee2818f commit: c637e13950edb0ab3a7545fe1f7ecb1753ea4535 Author: Benda Xu gentoo org> AuthorDate: Sat Nov 4 03:20:24 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Nov 4 03:21:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c637e139 sys-apps/portage: fix typo in "if prefix-guest" should be "if use prefix-guest". Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/portage/portage-2.3.12.ebuild | 2 +- sys-apps/portage/portage-2.3.13.ebuild | 2 +- sys-apps/portage/portage-2.3.8.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/portage/portage-2.3.12.ebuild b/sys-apps/portage/portage-2.3.12.ebuild index af287ccb875..35e02ea5602 100644 --- a/sys-apps/portage/portage-2.3.12.ebuild +++ b/sys-apps/portage/portage-2.3.12.ebuild @@ -131,7 +131,7 @@ python_prepare_all() { einfo "Adjusting repos.conf ..." sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ -i cnf/repos.conf || die "sed failed" - if prefix-guest ; then + if use prefix-guest ; then sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ diff --git a/sys-apps/portage/portage-2.3.13.ebuild b/sys-apps/portage/portage-2.3.13.ebuild index af287ccb875..35e02ea5602 100644 --- a/sys-apps/portage/portage-2.3.13.ebuild +++ b/sys-apps/portage/portage-2.3.13.ebuild @@ -131,7 +131,7 @@ python_prepare_all() { einfo "Adjusting repos.conf ..." sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ -i cnf/repos.conf || die "sed failed" - if prefix-guest ; then + if use prefix-guest ; then sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ diff --git a/sys-apps/portage/portage-2.3.8.ebuild b/sys-apps/portage/portage-2.3.8.ebuild index 1269aa43bf0..12b9b2935fe 100644 --- a/sys-apps/portage/portage-2.3.8.ebuild +++ b/sys-apps/portage/portage-2.3.8.ebuild @@ -131,7 +131,7 @@ python_prepare_all() { einfo "Adjusting repos.conf ..." sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ -i cnf/repos.conf || die "sed failed" - if prefix-guest ; then + if use prefix-guest ; then sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \