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 F18DB158089 for ; Tue, 26 Sep 2023 16:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 448EA2BC02F; Tue, 26 Sep 2023 16:28:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 175BB2BC02F for ; Tue, 26 Sep 2023 16:28:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15596335CAF for ; Tue, 26 Sep 2023 16:28:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D0A9126B for ; Tue, 26 Sep 2023 16:28:20 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1695745695.e33aecaeebaa7eb1f77d1378eeb06e3aa9890295.xgqt@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.14.0.ebuild X-VCS-Directories: dev-cpp/cpp-httplib/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e33aecaeebaa7eb1f77d1378eeb06e3aa9890295 X-VCS-Branch: master Date: Tue, 26 Sep 2023 16:28:20 +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: f5a6871c-5a3f-4edf-9375-1584ff30c0af X-Archives-Hash: 75e571826a73754088a4c834932b9948 commit: e33aecaeebaa7eb1f77d1378eeb06e3aa9890295 Author: Maciej Barć gentoo org> AuthorDate: Tue Sep 26 16:27:26 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Sep 26 16:28:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33aecae dev-cpp/cpp-httplib: Stabilize 0.14.0 amd64, #914651 Signed-off-by: Maciej Barć gentoo.org> dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild index f1023f88c232..a79c390594f2 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.14.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/yhirose/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~loong ~x86" + KEYWORDS="amd64 ~loong ~x86" fi LICENSE="MIT"