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 48AE1158014 for ; Sun, 29 Aug 2021 08:37:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2190AE0898; Sun, 29 Aug 2021 08:37:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB5A4E08A0 for ; Sun, 29 Aug 2021 08:37:20 +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 7D656342B62 for ; Sun, 29 Aug 2021 08:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D58991 for ; Sun, 29 Aug 2021 08:37:16 +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: <1630226203.52fabe56b4c434790afedc2d4b902c9a68b9022e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mm/mm-1.4.2-r2.ebuild X-VCS-Directories: dev-libs/mm/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 52fabe56b4c434790afedc2d4b902c9a68b9022e X-VCS-Branch: master Date: Sun, 29 Aug 2021 08:37:16 +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: 903855ef-ff46-4d39-9823-6e29f4609b2e X-Archives-Hash: f608f5d30f8602a52fb8d855e736d546 commit: 52fabe56b4c434790afedc2d4b902c9a68b9022e Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 28 23:39:09 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Aug 29 08:36:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fabe56 dev-libs/mm: keyword 1.4.2-r2 for ~riscv, EAPI 6 -> 8 Signed-off-by: Marek Szuba gentoo.org> dev-libs/mm/mm-1.4.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mm/mm-1.4.2-r2.ebuild b/dev-libs/mm/mm-1.4.2-r2.ebuild index b643ff1f18c..de8b4763185 100644 --- a/dev-libs/mm/mm-1.4.2-r2.ebuild +++ b/dev-libs/mm/mm-1.4.2-r2.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 DESCRIPTION="Shared Memory Abstraction Library" HOMEPAGE="http://www.ossp.org/pkg/lib/mm/" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz" LICENSE="mm" SLOT="1.2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" src_prepare() {