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 75AFD1393F1 for ; Mon, 14 Sep 2015 22:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43AD521C00F; Mon, 14 Sep 2015 22:06:40 +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 DDA3121C00F for ; Mon, 14 Sep 2015 22:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C395F3409D7 for ; Mon, 14 Sep 2015 22:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D6A189 for ; Mon, 14 Sep 2015 22:06:34 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1442268235.ace8e6dc6a3bd2538eea557c24db2d1d415ab66f.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/pinentry-0.9.6.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: ace8e6dc6a3bd2538eea557c24db2d1d415ab66f X-VCS-Branch: master Date: Mon, 14 Sep 2015 22:06:34 +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: 502f329b-48bd-477f-a1da-5d4d2ea84f77 X-Archives-Hash: 6dc2b1285fb59e3564f04382fd7e4c0d commit: ace8e6dc6a3bd2538eea557c24db2d1d415ab66f Author: Kristian Fiskerstrand gentoo org> AuthorDate: Mon Sep 14 22:03:29 2015 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Mon Sep 14 22:03:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace8e6dc app-crypt/pinentry: Fix version bump to 0.9.6 Package-Manager: portage-2.2.20.1 app-crypt/pinentry/pinentry-0.9.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-crypt/pinentry/pinentry-0.9.6.ebuild b/app-crypt/pinentry/pinentry-0.9.6.ebuild index 5b80f26..d58e1ec 100644 --- a/app-crypt/pinentry/pinentry-0.9.6.ebuild +++ b/app-crypt/pinentry/pinentry-0.9.6.ebuild @@ -41,7 +41,6 @@ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) src_prepare() { epatch "${FILESDIR}/${PN}-0.8.2-ncurses.patch" - epatch "${FILESDIR}/${P}-build.patch" eautoreconf }