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 308F013832E for ; Tue, 19 Jul 2016 16:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6187FE0B70; Tue, 19 Jul 2016 16:54:26 +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 02679E0B70 for ; Tue, 19 Jul 2016 16:54:25 +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 433A4340CEA for ; Tue, 19 Jul 2016 16:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 944A27CA for ; Tue, 19 Jul 2016 16:54:20 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1468947240.22a1e5b0ffb9dee347174ad75df59b149b41bf00.amynka@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.1.1.ebuild X-VCS-Directories: sys-apps/likwid/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 22a1e5b0ffb9dee347174ad75df59b149b41bf00 X-VCS-Branch: master Date: Tue, 19 Jul 2016 16:54:20 +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: 6d685f0f-716e-4a5f-b21c-8e0f3e0df977 X-Archives-Hash: bf78349363c8dc173dce9e54c0acba04 commit: 22a1e5b0ffb9dee347174ad75df59b149b41bf00 Author: Amy Winston gentoo org> AuthorDate: Tue Jul 19 16:54:00 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Tue Jul 19 16:54:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a1e5b0 sys-apps/likwid: fix license, unused inherits removed Package-Manager: portage-2.2.28 sys-apps/likwid/likwid-4.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/likwid/likwid-4.1.1.ebuild b/sys-apps/likwid/likwid-4.1.1.ebuild index c7f11c8..5cb4ba7 100644 --- a/sys-apps/likwid/likwid-4.1.1.ebuild +++ b/sys-apps/likwid/likwid-4.1.1.ebuild @@ -6,13 +6,13 @@ EAPI=6 FORTRAN_NEEDED=fortran -inherit eutils fcaps linux-info multilib fortran-2 +inherit fcaps linux-info fortran-2 DESCRIPTION="A performance-oriented tool suite for x86 multicore environments" HOMEPAGE="https://github.com/rrze-likwid/likwid" SRC_URI="https://github.com/RRZE-HPC/likwid/archive/likwid-4.1.1.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="fortran"