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 77A4615838C for ; Wed, 31 Jan 2024 12:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC232BC03C; Wed, 31 Jan 2024 12:54:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id E122F2BC03B for ; Wed, 31 Jan 2024 12:54:29 +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 D9C4E343177 for ; Wed, 31 Jan 2024 12:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 445DB14BE for ; Wed, 31 Jan 2024 12:54:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1706705664.eec3dae74f38b650b76fa997c10139ce827c8f06.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/vagrant-2.4.0.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: eec3dae74f38b650b76fa997c10139ce827c8f06 X-VCS-Branch: master Date: Wed, 31 Jan 2024 12:54:27 +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: 7d0a618c-0f2f-491e-9972-b5002234cb94 X-Archives-Hash: ca8767ff91d46278d32036a78ab575c2 commit: eec3dae74f38b650b76fa997c10139ce827c8f06 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 31 12:53:25 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 31 12:54:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec3dae7 app-emulation/vagrant: unkeyword 2.4.0 for ~arm64 Signed-off-by: Joonas Niilola gentoo.org> app-emulation/vagrant/vagrant-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vagrant/vagrant-2.4.0.ebuild b/app-emulation/vagrant/vagrant-2.4.0.ebuild index 225878aa2fc9..81cdd95f1a6b 100644 --- a/app-emulation/vagrant/vagrant-2.4.0.ebuild +++ b/app-emulation/vagrant/vagrant-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32" RUBY_FAKEGEM_EXTENSIONS=(ext/vagrant/vagrant_ssl/extconf.rb) RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -21,7 +21,7 @@ SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )"