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 95F1813832E for ; Sat, 6 Aug 2016 16:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C9CB21C0C6; Sat, 6 Aug 2016 16:51:09 +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 5C98B21C0FF for ; Sat, 6 Aug 2016 16:51:07 +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 4F246340C77 for ; Sat, 6 Aug 2016 16:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC5B2452 for ; Sat, 6 Aug 2016 16:51:02 +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: <1470501967.106aa6593370dea281fecc74d5fcfce7dc71f282.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hub/hub-2.2.3-r1.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 106aa6593370dea281fecc74d5fcfce7dc71f282 X-VCS-Branch: master Date: Sat, 6 Aug 2016 16:51:02 +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: dca42282-321a-4c99-9099-8973c1c791b2 X-Archives-Hash: 56043550c6ca9c76bf6af9d0d038055b commit: 106aa6593370dea281fecc74d5fcfce7dc71f282 Author: Felix Janda posteo de> AuthorDate: Fri Aug 5 16:18:52 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 6 16:46:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106aa659 dev-vcs/hub: whitespace dev-vcs/hub/hub-2.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hub/hub-2.2.3-r1.ebuild b/dev-vcs/hub/hub-2.2.3-r1.ebuild index 9e3c44b..58977d1 100644 --- a/dev-vcs/hub/hub-2.2.3-r1.ebuild +++ b/dev-vcs/hub/hub-2.2.3-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-vcs/git-1.7.3" DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc" # https://github.com/github/hub/issues/592 -# https://github.com/github/hub/pull/1136 +# https://github.com/github/hub/pull/1136 PATCHES=( "${FILESDIR}"/"${P}"-bashcomp.patch ) src_compile() {