diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 21:12:52 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 21:12:52 +0100 |
commit | ed3992c940cd467686bee6796e0f3e0cc303f776 (patch) | |
tree | 7c4d55ac94833e6a901957e82667e2a33bbbc157 | |
parent | dev-libs/vc: drop 1.4.3 (diff) | |
download | gentoo-ed3992c940cd467686bee6796e0f3e0cc303f776.tar.gz gentoo-ed3992c940cd467686bee6796e0f3e0cc303f776.tar.bz2 gentoo-ed3992c940cd467686bee6796e0f3e0cc303f776.zip |
dev-cpp/jwt-cpp: stabilize 0.7.0 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r-- | dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild b/dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild index 64f36db0f7dd..2e12499bdce9 100644 --- a/dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild +++ b/dev-cpp/jwt-cpp/jwt-cpp-0.7.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" |