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 4A8FD58973 for ; Sat, 16 Jan 2016 10:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D8D21C07B; Sat, 16 Jan 2016 10:14:23 +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 9701821C07B for ; Sat, 16 Jan 2016 10:14:23 +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 AE1C9340ADB for ; Sat, 16 Jan 2016 10:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86DDC6F for ; Sat, 16 Jan 2016 10:14:20 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1452939236.10f58c0ba02a2fc41beb834aa5c52124b6fdd0fa.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 10f58c0ba02a2fc41beb834aa5c52124b6fdd0fa X-VCS-Branch: master Date: Sat, 16 Jan 2016 10:14:20 +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: cbdd5180-82ba-4fa5-b14b-a1a2f5e6e6e0 X-Archives-Hash: 4185526ddd5fcca6fe275e8d81346dcd commit: 10f58c0ba02a2fc41beb834aa5c52124b6fdd0fa Author: Tim Harder gentoo org> AuthorDate: Sat Jan 16 10:13:32 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Jan 16 10:13:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f58c0b sys-apps/pkgcore: update zsh completion file location sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index ed12f08..5e72c4c 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -68,7 +68,7 @@ python_install_all() { distutils-r1_python_install_all insinto /usr/share/zsh/site-functions - doins shell/zsh-completion/* + doins shell/zsh/completion/* } pkg_postinst() {