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 9826B15806E for ; Sat, 27 May 2023 06:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1307E07D0; Sat, 27 May 2023 06:42:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9411BE07D0 for ; Sat, 27 May 2023 06:42:39 +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 C81DA341044 for ; Sat, 27 May 2023 06:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36401A6C for ; Sat, 27 May 2023 06:42:37 +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: <1685169754.dcf8efe48b205672878d993373da9d05f5735739.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.12.2.ebuild X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dcf8efe48b205672878d993373da9d05f5735739 X-VCS-Branch: master Date: Sat, 27 May 2023 06:42:37 +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: f0120276-40d0-4851-9ca5-99ef0f7c08d6 X-Archives-Hash: 79b1ea9a27d9ae5468e3d434a056d2b7 commit: dcf8efe48b205672878d993373da9d05f5735739 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 06:38:19 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 06:42:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf8efe4 dev-cpp/cpp-httplib: Stabilize 0.12.2 amd64, #907191 Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild index c9a985c777d7..b49ba1397202 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.2.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 )"