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 658AF1399E6 for ; Fri, 4 Sep 2015 05:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11112141D5; Fri, 4 Sep 2015 05:19:54 +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 A6FB5141D5 for ; Fri, 4 Sep 2015 05:19:53 +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 5E6C2340905 for ; Fri, 4 Sep 2015 05:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB159170 for ; Fri, 4 Sep 2015 05:19:49 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1441343980.2b01e4c34c1f9d66c4dea56ffa795c951788d43c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screen/screen-9999.ebuild X-VCS-Directories: app-misc/screen/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2b01e4c34c1f9d66c4dea56ffa795c951788d43c X-VCS-Branch: master Date: Fri, 4 Sep 2015 05:19:49 +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: 2594b828-16cb-474c-acd4-609521570193 X-Archives-Hash: f45b128713208483f37e66b32e85816a commit: 2b01e4c34c1f9d66c4dea56ffa795c951788d43c Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 4 04:56:43 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 4 05:19:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b01e4c3 app-misc/screen: Apply the correct no-utempter patch Package-Manager: portage-2.2.20.1 app-misc/screen/screen-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/screen/screen-9999.ebuild b/app-misc/screen/screen-9999.ebuild index e4f0ab8..2105132 100644 --- a/app-misc/screen/screen-9999.ebuild +++ b/app-misc/screen/screen-9999.ebuild @@ -37,7 +37,7 @@ pkg_setup() { src_prepare() { # Don't use utempter even if it is found on the system - epatch "${FILESDIR}"/4.0.2-no-utempter.patch + epatch "${FILESDIR}"/${PN}-4.3.0-no-utempter.patch # sched.h is a system header and causes problems with some C libraries mv sched.h _sched.h || die