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 3B2B5139085 for ; Wed, 21 Dec 2016 15:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBA1E0D9E; Wed, 21 Dec 2016 15:51:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 587FFE0D9E for ; Wed, 21 Dec 2016 15:51:37 +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 671E5341134 for ; Wed, 21 Dec 2016 15:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4178E24B9 for ; Wed, 21 Dec 2016 15:51:32 +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: <1482334985.a0a251577b3ba5245ff5144dc27911456230b7aa.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: a0a251577b3ba5245ff5144dc27911456230b7aa X-VCS-Branch: master Date: Wed, 21 Dec 2016 15:51:32 +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: 5defc97d-f4e3-4285-a4c8-28c2a1e4fc53 X-Archives-Hash: 880743ec228b3074d00b9674e2e91ab5 commit: a0a251577b3ba5245ff5144dc27911456230b7aa Author: Wolfram Schlich gentoo org> AuthorDate: Wed Dec 21 15:42:11 2016 +0000 Commit: Wolfram Schlich gentoo org> CommitDate: Wed Dec 21 15:43:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a25157 net-im/mcabber: Fixed the vim ftdetect patch file name for -9999. Thanks to Andrey Utkin for the headsup. 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 38919c5..b18915e 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}/${P}-vim-ftdetect.patch" + "${FILESDIR}/${PN}-1.0.4-vim-ftdetect.patch" ) pkg_setup() {