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 A4E80139083 for ; Tue, 13 Dec 2016 16:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA2021C277; Tue, 13 Dec 2016 16:29:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C321121C26D for ; Tue, 13 Dec 2016 16:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BEDEA340E7B for ; Tue, 13 Dec 2016 16:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85BB34A9 for ; Tue, 13 Dec 2016 16:29:41 +0000 (UTC) From: "Wolfram Schlich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfram Schlich" Message-ID: <1481646572.99605a0241afcd1681b05b6bad3e63a5295302e2.wschlich@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mcabber/mcabber-9999.ebuild X-VCS-Directories: net-im/mcabber/ X-VCS-Committer: wschlich X-VCS-Committer-Name: Wolfram Schlich X-VCS-Revision: 99605a0241afcd1681b05b6bad3e63a5295302e2 X-VCS-Branch: master Date: Tue, 13 Dec 2016 16:29:41 +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: 87ed1730-a226-4aeb-bb40-62a430e53e5d X-Archives-Hash: 462f933d7593a8ce0b3a49320b94fd6b commit: 99605a0241afcd1681b05b6bad3e63a5295302e2 Author: Wolfram Schlich gentoo org> AuthorDate: Tue Dec 13 16:13:32 2016 +0000 Commit: Wolfram Schlich gentoo org> CommitDate: Tue Dec 13 16:29:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99605a02 net-im/mcabber: fix renamed patch file name Package-Manager: portage-2.3.0 net-im/mcabber/mcabber-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild index 261a494..38919c5 100644 --- a/net-im/mcabber/mcabber-9999.ebuild +++ b/net-im/mcabber/mcabber-9999.ebuild @@ -42,7 +42,7 @@ AUTOTOOLS_AUTORECONF="1" AUTOTOOLS_IN_SOURCE_BUILD="1" DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt ) PATCHES=( - "${FILESDIR}/${PN}-0.10.3-vim-ftdetect.patch" + "${FILESDIR}/${P}-vim-ftdetect.patch" ) pkg_setup() {