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 231D915800F for ; Sun, 15 Jan 2023 09:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D487E085A; Sun, 15 Jan 2023 09:57:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 27CB8E085A for ; Sun, 15 Jan 2023 09:57:41 +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 37F53340EAD for ; Sun, 15 Jan 2023 09:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F8E84D for ; Sun, 15 Jan 2023 09:57:38 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1673776629.2ea2666e54ec4aca799587ea6eee537611a3a458.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/VSS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/VSS/VSS-22.0.0.ebuild dev-ada/VSS/VSS-23.0.0.ebuild X-VCS-Directories: dev-ada/VSS/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2ea2666e54ec4aca799587ea6eee537611a3a458 X-VCS-Branch: master Date: Sun, 15 Jan 2023 09:57:38 +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: c3551b33-f4d6-4704-9fcf-4c42c28884a0 X-Archives-Hash: 9e1596294b5cbfb44f89bbd387794dfd commit: 2ea2666e54ec4aca799587ea6eee537611a3a458 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 15 09:56:27 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 15 09:57:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea2666e dev-ada/VSS: stabilize all Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/VSS/VSS-22.0.0.ebuild | 4 ++-- dev-ada/VSS/VSS-23.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ada/VSS/VSS-22.0.0.ebuild b/dev-ada/VSS/VSS-22.0.0.ebuild index 80f00cfae220..a59fe4ac8241 100644 --- a/dev-ada/VSS/VSS-22.0.0.ebuild +++ b/dev-ada/VSS/VSS-22.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${ADA_REQUIRED_USE}" diff --git a/dev-ada/VSS/VSS-23.0.0.ebuild b/dev-ada/VSS/VSS-23.0.0.ebuild index 358f9471d2dc..7c3492e64841 100644 --- a/dev-ada/VSS/VSS-23.0.0.ebuild +++ b/dev-ada/VSS/VSS-23.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="GPL-3 gcc-runtime-library-exception-3.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${ADA_REQUIRED_USE}"