summaryrefslogtreecommitdiff
path: root/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-30 09:41:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-10-30 09:41:01 +0000
commit310615add7b4be144ba0a7d7a156fe2c7949116d (patch)
tree17b4ae4b556105d8db614b4a529b1fc8cb61affb /dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
parente6a2fd03865862c81d79bd32249728f20ce99354 (diff)
gentoo auto-resync : 30:10:2023 - 09:41:01
Diffstat (limited to 'dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild')
-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"