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 9037015802F for ; Wed, 8 Mar 2023 00:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F66AE07D1; Wed, 8 Mar 2023 00:05:38 +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 1C8AEE07D1 for ; Wed, 8 Mar 2023 00:05:37 +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 A4EDD33C6B6 for ; Wed, 8 Mar 2023 00:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 325368D4 for ; Wed, 8 Mar 2023 00:05:34 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1678233921.03bffbbeea9dadc427d618e0c2d8ffe8de70305a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/thrift/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/thrift/thrift-0.16.0-r2.ebuild dev-libs/thrift/thrift-0.18.1-r1.ebuild X-VCS-Directories: dev-libs/thrift/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 03bffbbeea9dadc427d618e0c2d8ffe8de70305a X-VCS-Branch: master Date: Wed, 8 Mar 2023 00:05:34 +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: c8365487-3a43-4f68-8341-88d6429d9348 X-Archives-Hash: bd86feb63ecbf2f5eb51ef785a053c6b commit: 03bffbbeea9dadc427d618e0c2d8ffe8de70305a Author: Patrick McLean gentoo org> AuthorDate: Wed Mar 8 00:05:21 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Mar 8 00:05:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bffbbe dev-libs/thrift: Fix syntax issue Signed-off-by: Patrick McLean gentoo.org> dev-libs/thrift/thrift-0.16.0-r2.ebuild | 2 +- dev-libs/thrift/thrift-0.18.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/thrift/thrift-0.16.0-r2.ebuild b/dev-libs/thrift/thrift-0.16.0-r2.ebuild index 0f87b102183c..133108fec059 100644 --- a/dev-libs/thrift/thrift-0.16.0-r2.ebuild +++ b/dev-libs/thrift/thrift-0.16.0-r2.ebuild @@ -17,7 +17,7 @@ IUSE="libevent lua +ssl test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/boost[nls]:= + dev-libs/boost:=[nls] dev-libs/openssl:= libevent? ( dev-libs/libevent ) " diff --git a/dev-libs/thrift/thrift-0.18.1-r1.ebuild b/dev-libs/thrift/thrift-0.18.1-r1.ebuild index be597a8f181c..06a5cec2205d 100644 --- a/dev-libs/thrift/thrift-0.18.1-r1.ebuild +++ b/dev-libs/thrift/thrift-0.18.1-r1.ebuild @@ -17,7 +17,7 @@ IUSE="libevent lua +ssl test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/boost[nls]:= + dev-libs/boost:=[nls] dev-libs/openssl:= sys-libs/zlib:= libevent? ( dev-libs/libevent:= )