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 A68C8158086 for ; Mon, 6 Dec 2021 21:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 129032BC05A; Mon, 6 Dec 2021 21:11:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7C9F62BC004 for ; Mon, 6 Dec 2021 21:11:40 +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 544F334360A for ; Mon, 6 Dec 2021 21:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 804AD217 for ; Mon, 6 Dec 2021 21:11:35 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1638825082.db919e8f03efa7e3441390a6518487af9d955cff.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild X-VCS-Directories: app-emulation/virtualbox-extpack-oracle/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: db919e8f03efa7e3441390a6518487af9d955cff X-VCS-Branch: master Date: Mon, 6 Dec 2021 21:11:35 +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: 4ed91453-b1a6-4972-9855-6c9e72ba426d X-Archives-Hash: 567a3fad779a04f7c01972034e96e81c commit: db919e8f03efa7e3441390a6518487af9d955cff Author: Jakov Smolić gentoo org> AuthorDate: Mon Dec 6 21:11:22 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Dec 6 21:11:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db919e8f app-emulation/virtualbox-extpack-oracle: Stabilize 6.1.28 amd64, #828476 Signed-off-by: Jakov Smolić gentoo.org> .../virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild index 707f5fe35fdf..15b8d6321f8e 100644 --- a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild +++ b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.28.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpac LICENSE="PUEL" SLOT="0/$(ver_cut 1-2)" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" RESTRICT="bindist mirror strip"