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 6D5F11395E2 for ; Tue, 15 Nov 2016 16:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D37E0CEB; Tue, 15 Nov 2016 16:22:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 299AFE0CEB for ; Tue, 15 Nov 2016 16:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 415553410CD for ; Tue, 15 Nov 2016 16:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A9E824B7 for ; Tue, 15 Nov 2016 16:22:37 +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: <1479226943.44e53b4e17f2ec011d7131f9a748fcfb533e4999.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/eix-0.32.1-r1.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 44e53b4e17f2ec011d7131f9a748fcfb533e4999 X-VCS-Branch: master Date: Tue, 15 Nov 2016 16:22:37 +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: e9169ede-359b-47f0-a656-f2ddcfe3d105 X-Archives-Hash: ee4ef5ff9f2d56fcf897091fbd2eaa6d commit: 44e53b4e17f2ec011d7131f9a748fcfb533e4999 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 15 15:01:33 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 15 16:22:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e53b4e app-portage/eix: Fix chown for cache dir, FL-3379 Bug: https://bugs.funtoo.org/browse/FL-3379 app-portage/eix/eix-0.32.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/eix/eix-0.32.1-r1.ebuild b/app-portage/eix/eix-0.32.1-r1.ebuild index 4665d7b..e7a8a35 100644 --- a/app-portage/eix/eix-0.32.1-r1.ebuild +++ b/app-portage/eix/eix-0.32.1-r1.ebuild @@ -83,7 +83,7 @@ pkg_postinst() { if ! use prefix; then # note: if this is done in src_install(), portage:portage # ownership may be reset to root - fowners portage:portage "${EROOT%/}"/var/cache/eix + chown portage:portage "${EROOT%/}"/var/cache/eix || die fi local obs=${EROOT%/}/var/cache/eix.previous