From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1553494-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FD38158089 for <garchives@archives.gentoo.org>; Sun, 10 Sep 2023 15:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3A82BC017; Sun, 10 Sep 2023 15:52:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B1442BC017 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 15:52:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53351335CA3 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 15:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6BF81168 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 15:52:53 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1694361160.b2e6ac1b7d1d98b287eee3a3f7836c1cb22c7e45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/meck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/meck/meck-0.8.13.ebuild X-VCS-Directories: dev-erlang/meck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2e6ac1b7d1d98b287eee3a3f7836c1cb22c7e45 X-VCS-Branch: master Date: Sun, 10 Sep 2023 15:52:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33475809-de7c-4bd8-a9ee-6f357f52d438 X-Archives-Hash: 0a91d4b437d033c0042cf0478e0a8e33 commit: b2e6ac1b7d1d98b287eee3a3f7836c1cb22c7e45 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 15:52:40 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 15:52:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e6ac1b dev-erlang/meck: Stabilize 0.8.13 x86, #913071 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-erlang/meck/meck-0.8.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/meck/meck-0.8.13.ebuild b/dev-erlang/meck/meck-0.8.13.ebuild index 51e2eec93ba1..9666ab3b1557 100644 --- a/dev-erlang/meck/meck-0.8.13.ebuild +++ b/dev-erlang/meck/meck-0.8.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"