From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6497B13877A for ; Tue, 19 Aug 2014 12:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 979EEE0942; Tue, 19 Aug 2014 12:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FEF9E0942 for ; Tue, 19 Aug 2014 12:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F4213401EA for ; Tue, 19 Aug 2014 12:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2C63BDF for ; Tue, 19 Aug 2014 07:02:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407782738.b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2 X-VCS-Branch: master Date: Tue, 19 Aug 2014 07:02:49 +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: 97301a60-d696-4d22-8645-24522b983f9e X-Archives-Hash: 9a17b4fdc21114a91fc1581fb1b69c1a commit: b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 11 18:45:38 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 11 18:45:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b7e7baaa sys-apps/portage: Use newly-invented --system-prefix option that does not collide with Python-intended --prefix. Package-Manager: portage-2.2.11_p33 --- sys-apps/portage/portage-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 769f319..792fbe7 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -169,11 +169,10 @@ python_test() { python_install() { distutils-r1_python_install \ - --prefix="${EPREFIX}/usr" \ + --system-prefix="${EPREFIX}/usr" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ --sysconfdir="${EPREFIX}/etc" \ - --install-lib="$(python_get_sitedir)" \ "${@}" } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 238F813877A for ; Mon, 11 Aug 2014 21:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4331EE0EF4; Mon, 11 Aug 2014 20:24:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D340BE0F12 for ; Mon, 11 Aug 2014 20:21:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1487434148D for ; Mon, 11 Aug 2014 18:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ACD6318815 for ; Mon, 11 Aug 2014 18:45:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1407782738.b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2 X-VCS-Branch: master Date: Mon, 11 Aug 2014 18:45:03 +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: a345c8b3-d4a5-4601-9197-fd7057cccd65 X-Archives-Hash: f211f0e6a1595cd75d893ee89b281af7 Message-ID: <20140811184503.jXhld2b_N6MOExvKqGILaUH5F0TyjBM4ntY39eFjS9E@z> commit: b7e7baaa34dfd2f17d99a5d005b8e58d9f706da2 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 11 18:45:38 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 11 18:45:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b7e7baaa sys-apps/portage: Use newly-invented --system-prefix option that does not collide with Python-intended --prefix. Package-Manager: portage-2.2.11_p33 --- sys-apps/portage/portage-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 769f319..792fbe7 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -169,11 +169,10 @@ python_test() { python_install() { distutils-r1_python_install \ - --prefix="${EPREFIX}/usr" \ + --system-prefix="${EPREFIX}/usr" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ --sysconfdir="${EPREFIX}/etc" \ - --install-lib="$(python_get_sitedir)" \ "${@}" }