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 18625138E20 for ; Fri, 21 Feb 2014 16:26:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD43E0ECE; 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 DDDCFE0ECA 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 16DCF33F908 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 C85F7188C9 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: <1392768101.f6472d25769f6b490624ce9b39a1df3d4092f8b3.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.1.1.ebuild X-VCS-Directories: sys-apps/likwid/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f6472d25769f6b490624ce9b39a1df3d4092f8b3 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: fa50b4c8-7fc5-45e8-82ce-5f3b07466eea X-Archives-Hash: e2548fa0fd178552b7cbe9e9ee6f9c6c commit: f6472d25769f6b490624ce9b39a1df3d4092f8b3 Author: Andreas Schäfer gmx de> AuthorDate: Wed Feb 19 00:01:41 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 19 00:01:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f6472d25 dropped superfluous patch and related use flag from likwid 3.1.1 --- sys-apps/likwid/likwid-3.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/likwid/likwid-3.1.1.ebuild b/sys-apps/likwid/likwid-3.1.1.ebuild index dd1f0b0..e6c6a5e 100644 --- a/sys-apps/likwid/likwid-3.1.1.ebuild +++ b/sys-apps/likwid/likwid-3.1.1.ebuild @@ -13,12 +13,11 @@ SRC_URI="http://likwid.googlecode.com/files/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64" -IUSE="uncore" +IUSE="" src_prepare() { epatch "${FILESDIR}/${P}-paths.patch" epatch "${FILESDIR}/${P}-shared_lib.patch" - use uncore && epatch "${FILESDIR}/use_uncore.patch" sed -i -e "s:/usr/local:${D}/usr:" config.mk || die "Couldn't set prefix!" }