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 9CDF21381F1 for ; Wed, 17 Jan 2018 22:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5BA2E08DC; Wed, 17 Jan 2018 22:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A24B0E08DC for ; Wed, 17 Jan 2018 22:59:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 49B7F335C0C for ; Wed, 17 Jan 2018 22:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10AC71D for ; Wed, 17 Jan 2018 22:59:13 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1516229937.a10e74e6de6b0480ca5f7ef4430f3180bbef9d5f.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numad/numad-0.5-r1.ebuild X-VCS-Directories: sys-process/numad/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a10e74e6de6b0480ca5f7ef4430f3180bbef9d5f X-VCS-Branch: master Date: Wed, 17 Jan 2018 22:59:13 +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: 9fa91b7f-34af-4f57-bd4d-2a8938a7a3db X-Archives-Hash: 2f3a4f47d6c0f2b2eae41c464e69f174 commit: a10e74e6de6b0480ca5f7ef4430f3180bbef9d5f Author: Michael Weber gentoo org> AuthorDate: Wed Jan 17 22:58:57 2018 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Jan 17 22:58:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10e74e6 sys-process/numad: fix missing epatch Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-process/numad/numad-0.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/numad/numad-0.5-r1.ebuild b/sys-process/numad/numad-0.5-r1.ebuild index 32ad4fbefe3..e7498840822 100644 --- a/sys-process/numad/numad-0.5-r1.ebuild +++ b/sys-process/numad/numad-0.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit linux-info toolchain-funcs +inherit linux-info toolchain-funcs eutils if [[ ${PV} = *9999* ]]; then inherit git-2