commit: bc4b658b3f6722b59cac3de08b40503a2b7460d3
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 20:14:17 2024 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:14:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4b658b
dev-cpp/scitokens-cpp: stabilize 1.1.0-r1 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
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"