diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:07 +0200 |
commit | 804460e95fee2aa857f463cb58079d3019d66059 (patch) | |
tree | a0a7e6b431930c23d6a59437c3e19a14eebc50b2 /dev-ros/actionlib | |
parent | dev-python/tagpy: remove boost[threads(+)] usedep (diff) | |
download | gentoo-804460e95fee2aa857f463cb58079d3019d66059.tar.gz gentoo-804460e95fee2aa857f463cb58079d3019d66059.tar.bz2 gentoo-804460e95fee2aa857f463cb58079d3019d66059.zip |
dev-ros/actionlib: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros/actionlib')
-rw-r--r-- | dev-ros/actionlib/actionlib-1.13.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/actionlib/actionlib-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild b/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild index 082ffedaef8d..2249140310b3 100644 --- a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild +++ b/dev-ros/actionlib/actionlib-1.13.2-r1.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 @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-libs/boost:=[threads(+)] +RDEPEND="dev-libs/boost:= dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild index 082ffedaef8d..2249140310b3 100644 --- a/dev-ros/actionlib/actionlib-9999.ebuild +++ b/dev-ros/actionlib/actionlib-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 @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-libs/boost:=[threads(+)] +RDEPEND="dev-libs/boost:= dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " |