From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-944394-garchives=archives.gentoo.org@lists.gentoo.org> 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 03217139694 for <garchives@archives.gentoo.org>; Sun, 16 Apr 2017 21:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10658E0BF5; Sun, 16 Apr 2017 21:37:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF04FE0BF5 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2017 21:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D0DD33D3C7 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2017 21:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88FAD743C for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2017 21:37:42 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1492378623.e1fa26a3d0694c33b9ef27c03e91fdffb5641f4e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.29.2-r1.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e1fa26a3d0694c33b9ef27c03e91fdffb5641f4e X-VCS-Branch: master Date: Sun, 16 Apr 2017 21:37:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33cdc832-be57-43e6-a39c-c7dcc381ec72 X-Archives-Hash: 05e7aaf1bcf93524dea30779dd49060c commit: e1fa26a3d0694c33b9ef27c03e91fdffb5641f4e Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Apr 16 20:45:28 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Apr 16 21:37:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa26a3 sys-apps/util-linux: allow user patches Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/util-linux/util-linux-2.29.2-r1.ebuild | 2 ++ sys-apps/util-linux/util-linux-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild index f57dfef1b83..7269851f880 100644 --- a/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.29.2-r1.ebuild @@ -75,6 +75,8 @@ src_prepare() { -e 's:(ncursesw?)[56]-config --version:$PKG_CONFIG --exists --print-errors \1:' \ configure || die elibtoolize + + epatch_user } lfs_fallocate_test() { diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index e121aa73921..d35c30defb3 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -70,6 +70,8 @@ src_prepare() { eautoreconf fi elibtoolize + + epatch_user } lfs_fallocate_test() {