diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 21:14:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 21:14:24 +0200 |
commit | 15f76897f30313931b15e9211d6f48fb2e243583 (patch) | |
tree | ff5fe84accb35cb21e32fa643c8c84054a3556fb /dev-ros | |
parent | dev-ros/dwa_local_planner: Depend on dev-libs/boost:=[threads(+)] (diff) | |
download | gentoo-15f76897f30313931b15e9211d6f48fb2e243583.tar.gz gentoo-15f76897f30313931b15e9211d6f48fb2e243583.tar.bz2 gentoo-15f76897f30313931b15e9211d6f48fb2e243583.zip |
dev-ros/dynamic_reconfigure: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1-r1.ebuild (renamed from dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1.ebuild) | 4 | ||||
-rw-r--r-- | dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1-r1.ebuild index 150b8c47d782..c328670cf8b6 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/roscpp " diff --git a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild index 150b8c47d782..c328670cf8b6 100644 --- a/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild +++ b/dev-ros/dynamic_reconfigure/dynamic_reconfigure-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/roscpp " |