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 378DE15864F for ; Sun, 26 Mar 2023 02:34:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C5DE07FE; Sun, 26 Mar 2023 02:34:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3509CE07FE for ; Sun, 26 Mar 2023 02:34:31 +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 701083411D9 for ; Sun, 26 Mar 2023 02:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A83950 for ; Sun, 26 Mar 2023 02:34:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679798055.8c7945348d52be34bcf2fec6fc664e74cc5b653b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/curlpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/curlpp/curlpp-0.8.1.ebuild X-VCS-Directories: dev-cpp/curlpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c7945348d52be34bcf2fec6fc664e74cc5b653b X-VCS-Branch: master Date: Sun, 26 Mar 2023 02:34:28 +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: ce21fb78-d263-42d6-92de-ca677fd69de5 X-Archives-Hash: e0ecf2379039c3039d23a71d1da7d486 commit: 8c7945348d52be34bcf2fec6fc664e74cc5b653b Author: Sam James gentoo org> AuthorDate: Sun Mar 26 02:34:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 26 02:34:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c794534 dev-cpp/curlpp: Stabilize 0.8.1 amd64, #903071 Signed-off-by: Sam James gentoo.org> dev-cpp/curlpp/curlpp-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/curlpp/curlpp-0.8.1.ebuild b/dev-cpp/curlpp/curlpp-0.8.1.ebuild index 8f19bb669879..92293f3924f5 100644 --- a/dev-cpp/curlpp/curlpp-0.8.1.ebuild +++ b/dev-cpp/curlpp/curlpp-0.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jpbarrette/curlpp/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc examples" RDEPEND="net-misc/curl"