dev-cpp/scitokens-cpp: Stabilize 1.1.3 x86, #954916

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-04-28 14:56:32 +01:00
parent 0620bc4757
commit 3dc511d76e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"