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 7CCE9138E20 for ; Fri, 21 Feb 2014 16:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D767E0ECA; Fri, 21 Feb 2014 16:19:18 +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 CF6ADE0EC9 for ; Fri, 21 Feb 2014 16:19:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 080EA33F8BF for ; Fri, 21 Feb 2014 16:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ABE15188C8 for ; Fri, 21 Feb 2014 16:19:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1392768026.ea40ec9aa393fc38ca5788c1c0f31177b0113ef6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/likwid/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/likwid/likwid-3.0.ebuild X-VCS-Directories: sys-apps/likwid/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ea40ec9aa393fc38ca5788c1c0f31177b0113ef6 X-VCS-Branch: master Date: Fri, 21 Feb 2014 16:19:15 +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: 63629d33-7013-4722-8c81-22958b71b969 X-Archives-Hash: 4917755a256454070ba7b7bc86d8eb11 commit: ea40ec9aa393fc38ca5788c1c0f31177b0113ef6 Author: Andreas Schäfer gmx de> AuthorDate: Wed Feb 19 00:00:26 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 19 00:00:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ea40ec9a renamed patch to include version number --- sys-apps/likwid/likwid-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/likwid/likwid-3.0.ebuild b/sys-apps/likwid/likwid-3.0.ebuild index e991e56..82fde9a 100644 --- a/sys-apps/likwid/likwid-3.0.ebuild +++ b/sys-apps/likwid/likwid-3.0.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64" IUSE="+access-daemon uncore" src_prepare() { - epatch "${FILESDIR}/likwid.patch" + epatch "${FILESDIR}/${P}-paths.patch" use access-daemon && epatch "${FILESDIR}/use_access_daemon.patch" use uncore && epatch "${FILESDIR}/use_uncore.patch" sed -i -e "s:/usr/local:${D}/usr:" config.mk || die "Couldn't set prefix!"