summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2023-10-30 08:18:22 +0100
committerGuilherme Amadio <amadio@gentoo.org>2023-10-30 08:56:54 +0100
commit147cb7e2df8d22ddc15b0aa10e0bcaa2f69a4cf1 (patch)
tree88d7baf2a13e960cbbf8b71b8df34b2f23964ac1 /dev-cpp
parentdev-cpp/jwt-cpp: stabilize 0.6.0 for amd64, x86 (diff)
downloadgentoo-147cb7e2df8d22ddc15b0aa10e0bcaa2f69a4cf1.tar.gz
gentoo-147cb7e2df8d22ddc15b0aa10e0bcaa2f69a4cf1.tar.bz2
gentoo-147cb7e2df8d22ddc15b0aa10e0bcaa2f69a4cf1.zip
dev-cpp/scitokens-cpp: stabilize 1.0.2-r1 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild
index 8f7d8ed53bee..87e656009e80 100644
--- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild
+++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-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"