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.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 8DEB71582ED for ; Mon, 10 Jun 2024 20:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB465E2B09; Mon, 10 Jun 2024 20:05:28 +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 9461BE2B08 for ; Mon, 10 Jun 2024 20:05:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC97A33BF08 for ; Mon, 10 Jun 2024 20:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361C21C8B for ; Mon, 10 Jun 2024 20:05:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718049908.47ad5033db00098d0aa8c0eebf133ed4074f1f1e.arthurzam@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 dev-erlang/meck/meck-0.9.2.ebuild X-VCS-Directories: dev-erlang/meck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 47ad5033db00098d0aa8c0eebf133ed4074f1f1e X-VCS-Branch: master Date: Mon, 10 Jun 2024 20:05:25 +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: e4a0cd03-fc5a-4bb2-9e81-0c74f7985596 X-Archives-Hash: 894d5d17659e9ba1d269748daa0364ec commit: 47ad5033db00098d0aa8c0eebf133ed4074f1f1e Author: Arthur Zamarin gentoo org> AuthorDate: Mon Jun 10 20:00:04 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Jun 10 20:05:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ad5033 dev-erlang/meck: dekeyword ia64 Signed-off-by: Arthur Zamarin gentoo.org> dev-erlang/meck/meck-0.8.13.ebuild | 2 +- dev-erlang/meck/meck-0.9.2.ebuild | 2 +- 2 files 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 c96b239ccc02..def554185af0 100644 --- a/dev-erlang/meck/meck-0.8.13.ebuild +++ b/dev-erlang/meck/meck-0.8.13.ebuild @@ -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 ~sparc x86" +KEYWORDS="amd64 ~arm ~sparc x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}" diff --git a/dev-erlang/meck/meck-0.9.2.ebuild b/dev-erlang/meck/meck-0.9.2.ebuild index dbd3557016be..e6c93d0e524a 100644 --- a/dev-erlang/meck/meck-0.9.2.ebuild +++ b/dev-erlang/meck/meck-0.9.2.ebuild @@ -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 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1" RDEPEND="${DEPEND}"