From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7E47158089 for ; Fri, 8 Sep 2023 07:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED19F2BC024; Fri, 8 Sep 2023 07:25:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D11852BC024 for ; Fri, 8 Sep 2023 07:25:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D917B335C2E for ; Fri, 8 Sep 2023 07:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22300AD2 for ; Fri, 8 Sep 2023 07:25:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1694157914.45bb44651463e80e20c9888272914a90546a4a7e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-httplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 45bb44651463e80e20c9888272914a90546a4a7e X-VCS-Branch: master Date: Fri, 8 Sep 2023 07:25:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 822973c7-ca66-4d87-911e-5727521913f9 X-Archives-Hash: eea5d1f6907e38d1fe855fd547a7f855 commit: 45bb44651463e80e20c9888272914a90546a4a7e Author: Joonas Niilola gentoo org> AuthorDate: Fri Sep 8 07:25:14 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Sep 8 07:25:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bb4465 dev-cpp/cpp-httplib: Stabilize 0.13.3 amd64, #913762 Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild index d084d2656c17..2e53c51019a1 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.13.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" # soversion -KEYWORDS="~amd64 ~loong ~x86" +KEYWORDS="amd64 ~loong ~x86" IUSE="brotli ssl test zlib" REQUIRED_USE="test? ( brotli ssl zlib )"