commit: 6a7024cf40bb61c22e572248844cbfe3eba003d0
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 07:17:34 2023 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 07:56:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7024cf
dev-cpp/jwt-cpp: stabilize 0.6.0 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
index 8d2bc1f2fe86..82107fc5f404 100644
--- a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
+++ b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/Thalhammer/jwt-cpp.git"
else
SRC_URI="https://github.com/Thalhammer/${PN}/archive/refs/tags/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="header only library for creating and validating JSON Web Tokens
in C++11"