From bc4b658b3f6722b59cac3de08b40503a2b7460d3 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Sun, 10 Mar 2024 21:14:17 +0100 Subject: dev-cpp/scitokens-cpp: stabilize 1.1.0-r1 for amd64, x86 Signed-off-by: Guilherme Amadio --- dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild index afb857eab047..80259264e946 100644 --- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild +++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.1.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/scitokens/scitokens-cpp" else SRC_URI="https://github.com/scitokens/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="C++ implementation of the SciTokens library with a C library interface" -- cgit v1.2.3-65-gdbad