summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2023-10-30 08:17:34 +0100
committerGuilherme Amadio <amadio@gentoo.org>2023-10-30 08:56:54 +0100
commit6a7024cf40bb61c22e572248844cbfe3eba003d0 (patch)
tree909ec3592281700a97f15cc4335b28ccedee1f11 /dev-cpp/jwt-cpp
parentdev-cpp/picojson: stabilize 1.3.0 for amd64, x86 (diff)
downloadgentoo-6a7024cf40bb61c22e572248844cbfe3eba003d0.tar.gz
gentoo-6a7024cf40bb61c22e572248844cbfe3eba003d0.tar.bz2
gentoo-6a7024cf40bb61c22e572248844cbfe3eba003d0.zip
dev-cpp/jwt-cpp: stabilize 0.6.0 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-cpp/jwt-cpp')
-rw-r--r--dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"