dev-cpp/scitokens-cpp: stabilize 1.1.0-r1 for amd64, x86

Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
Guilherme Amadio 2024-03-10 21:14:17 +01:00
parent ed3992c940
commit bc4b658b3f
No known key found for this signature in database
GPG Key ID: 163F3352A3B4F9FB

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"