diff options
author | Sam James <sam@gentoo.org> | 2024-10-02 20:43:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-02 20:43:43 +0100 |
commit | 3c796834798d8d499449a5aae1081b1c46ec9283 (patch) | |
tree | 05cf9a85ee2225dcb050e664e01c98700537eb34 /net-libs/quiche | |
parent | dev-perl/Data-Section-Simple: fix version, add missing test dep (diff) | |
download | gentoo-3c796834798d8d499449a5aae1081b1c46ec9283.tar.gz gentoo-3c796834798d8d499449a5aae1081b1c46ec9283.tar.bz2 gentoo-3c796834798d8d499449a5aae1081b1c46ec9283.zip |
net-libs/quiche: Stabilize 0.22.0 amd64, #939514
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/quiche')
-rw-r--r-- | net-libs/quiche/quiche-0.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/quiche/quiche-0.22.0.ebuild b/net-libs/quiche/quiche-0.22.0.ebuild index 85a385a6452c..7a39592d3b3c 100644 --- a/net-libs/quiche/quiche-0.22.0.ebuild +++ b/net-libs/quiche/quiche-0.22.0.ebuild @@ -206,7 +206,7 @@ if [[ ${PV} == *9999 ]] ; then CMAKE_USE_DIR="${S}/quiche/deps/boringssl" else SRC_URI="${CARGO_CRATE_URIS}" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${P//_/-}" CMAKE_USE_DIR="${S}/deps/boringssl" fi |