summaryrefslogtreecommitdiff
path: root/dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-11 00:45:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-11 00:45:39 +0000
commit6c988f4ed171aed46326587a0ec0d64297b20f49 (patch)
treea1e28a95096953f81b35cb145abe37b83f20c174 /dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild
parentf50d60b8eb707b56133e594376e993b98e726b5d (diff)
gentoo auto-resync : 11:03:2024 - 00:45:38
Diffstat (limited to 'dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild')
-rw-r--r--dev-cpp/jwt-cpp/jwt-cpp-0.7.0.ebuild2
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"