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 2CADF158094 for ; Sat, 13 Aug 2022 15:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C28AFE07D1; Sat, 13 Aug 2022 15:09:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9CBD0E07C9 for ; Sat, 13 Aug 2022 15:09:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B997834140C for ; Sat, 13 Aug 2022 15:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21453561 for ; Sat, 13 Aug 2022 15:09:20 +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: <1660403340.445d72f739449d62a0cb3f894a92713f0e52d0e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/folly/folly-2022.08.08.00.ebuild X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 445d72f739449d62a0cb3f894a92713f0e52d0e6 X-VCS-Branch: master Date: Sat, 13 Aug 2022 15:09: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: 254ac671-f53b-43e8-9cb2-e843eb3d51af X-Archives-Hash: d2ef28b4111433e60ebbfcd59f7520ab commit: 445d72f739449d62a0cb3f894a92713f0e52d0e6 Author: Sam James gentoo org> AuthorDate: Sat Aug 13 15:06:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 13 15:09:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445d72f7 dev-cpp/folly: add 'bump with' list Signed-off-by: Sam James gentoo.org> dev-cpp/folly/folly-2022.08.08.00.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-cpp/folly/folly-2022.08.08.00.ebuild b/dev-cpp/folly/folly-2022.08.08.00.ebuild index 4d3c41e23fd7..efd3b6a989de 100644 --- a/dev-cpp/folly/folly-2022.08.08.00.ebuild +++ b/dev-cpp/folly/folly-2022.08.08.00.ebuild @@ -3,6 +3,11 @@ EAPI=8 +# These must be bumped together: +# dev-cpp/edencommon +# dev-cpp/folly +# dev-util/watchman + inherit cmake toolchain-funcs DESCRIPTION="An open-source C++ library developed and used at Facebook"