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 117EC13933E for ; Wed, 21 Jul 2021 15:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C50DE09D6; Wed, 21 Jul 2021 15:39:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 55585E09D6 for ; Wed, 21 Jul 2021 15:39:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CC4ED342BD6 for ; Wed, 21 Jul 2021 15:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD7E7F3 for ; Wed, 21 Jul 2021 15:39:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626881948.72ae2b705af130637b1ad8c1dbcffa68020c074e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libquo/libquo-9999.ebuild X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 72ae2b705af130637b1ad8c1dbcffa68020c074e X-VCS-Branch: master Date: Wed, 21 Jul 2021 15:39:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68bd1d96-b194-4b2d-810b-8a038f3ca4be X-Archives-Hash: 2aa4bafae7cba2d548083ed87ffb172b commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 21 14:12:25 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 21 15:39:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70 sys-cluster/libquo: update EAPI 6 -> 8 Signed-off-by: Marek Szuba gentoo.org> sys-cluster/libquo/libquo-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild index d63aea6b63e..04abe2b0571 100644 --- a/sys-cluster/libquo/libquo-9999.ebuild +++ b/sys-cluster/libquo/libquo-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 @@ -16,7 +16,7 @@ else KEYWORDS="~amd64" fi -DESCRIPTION="run-time tuning of process binding policies made easy" +DESCRIPTION="Run-time tuning of process binding policies made easy" HOMEPAGE="https://lanl.github.io/libquo/" LICENSE="BSD"