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 E6392158094 for ; Sat, 30 Jul 2022 09:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C82DE0CC7; Sat, 30 Jul 2022 09:48:04 +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 DD735E0CC7 for ; Sat, 30 Jul 2022 09:48:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5007340EE9 for ; Sat, 30 Jul 2022 09:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF0E543 for ; Sat, 30 Jul 2022 09:48:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1659174474.3847ef177e5f452b69e42f1b3fa91da6ef70b8ad.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild dev-ros/test_rosbag/test_rosbag-9999.ebuild X-VCS-Directories: dev-ros/test_rosbag/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3847ef177e5f452b69e42f1b3fa91da6ef70b8ad X-VCS-Branch: master Date: Sat, 30 Jul 2022 09:48:01 +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: 21541d0a-0ac6-4453-86f6-60fc8821b8ac X-Archives-Hash: 6f5788b931a9f1a0d1edf2213920c0be commit: 3847ef177e5f452b69e42f1b3fa91da6ef70b8ad Author: David Seifert gentoo org> AuthorDate: Sat Jul 30 09:47:54 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 30 09:47:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847ef17 dev-ros/test_rosbag: remove threads(+) usedep from boost Signed-off-by: David Seifert gentoo.org> dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild | 4 ++-- dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild | 4 ++-- dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild | 2 +- dev-ros/test_rosbag/test_rosbag-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild b/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild index 8dc8f933b1fc..af5ea8f23bd6 100644 --- a/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-1.15.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -77,7 +77,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-libs/boost[threads(+)] + dev-libs/boost app-arch/bzip2 dev-ros/rosout $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild b/dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild index 8dc8f933b1fc..af5ea8f23bd6 100644 --- a/dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-1.15.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -77,7 +77,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-libs/boost[threads(+)] + dev-libs/boost app-arch/bzip2 dev-ros/rosout $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") diff --git a/dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild b/dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild index eb9dec36f967..af5ea8f23bd6 100644 --- a/dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-1.15.14.ebuild @@ -77,7 +77,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-libs/boost[threads(+)] + dev-libs/boost app-arch/bzip2 dev-ros/rosout $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") diff --git a/dev-ros/test_rosbag/test_rosbag-9999.ebuild b/dev-ros/test_rosbag/test_rosbag-9999.ebuild index 8dc8f933b1fc..af5ea8f23bd6 100644 --- a/dev-ros/test_rosbag/test_rosbag-9999.ebuild +++ b/dev-ros/test_rosbag/test_rosbag-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -77,7 +77,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - dev-libs/boost[threads(+)] + dev-libs/boost app-arch/bzip2 dev-ros/rosout $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")