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 81EF259CB5 for ; Wed, 20 Apr 2016 09:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8358421C072; Wed, 20 Apr 2016 09:14:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 070E821C08B for ; Wed, 20 Apr 2016 09:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF1DA340BB9 for ; Wed, 20 Apr 2016 09:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E2F1AE8 for ; Wed, 20 Apr 2016 09:14:32 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461143654.80926eb278f951627f71b72ec1d841766f282f7e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/likwid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/likwid/likwid-4.0.1-r1.ebuild X-VCS-Directories: sys-apps/likwid/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 80926eb278f951627f71b72ec1d841766f282f7e X-VCS-Branch: master Date: Wed, 20 Apr 2016 09:14:32 +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: b67ebe8a-bb3d-4ef0-af69-2bdd8d11e706 X-Archives-Hash: 41e20254f432d4752e477e7c42263d1a commit: 80926eb278f951627f71b72ec1d841766f282f7e Author: Brendan Horan horan hk> AuthorDate: Tue Apr 19 23:37:12 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 20 09:14:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80926eb2 sys-apps/likwid : remove sed dep Removed unneeded dependency sys-apps/sed from DEPEND Closes: https://github.com/gentoo/gentoo/pull/1311 Signed-off-by: Ian Delaney gentoo.org> sys-apps/likwid/likwid-4.0.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/likwid/likwid-4.0.1-r1.ebuild b/sys-apps/likwid/likwid-4.0.1-r1.ebuild index 11e04c2..3e884ee 100644 --- a/sys-apps/likwid/likwid-4.0.1-r1.ebuild +++ b/sys-apps/likwid/likwid-4.0.1-r1.ebuild @@ -21,7 +21,6 @@ IUSE="fortran" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND} - sys-apps/sed fortran? ( sys-devel/gcc:*[fortran] ) dev-lang/lua:0"