From ef69bfdad6f554b30729192f57aa37ef90ea5dda Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 18 Jun 2021 21:15:46 +0200 Subject: dev-ros/rostime: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert --- dev-ros/rostime/rostime-0.7.2-r1.ebuild | 22 ++++++++++++++++++++++ dev-ros/rostime/rostime-0.7.2.ebuild | 22 ---------------------- dev-ros/rostime/rostime-9999.ebuild | 4 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-ros/rostime/rostime-0.7.2-r1.ebuild delete mode 100644 dev-ros/rostime/rostime-0.7.2.ebuild (limited to 'dev-ros') diff --git a/dev-ros/rostime/rostime-0.7.2-r1.ebuild b/dev-ros/rostime/rostime-0.7.2-r1.ebuild new file mode 100644 index 000000000000..9d76e62d902b --- /dev/null +++ b/dev-ros/rostime/rostime-0.7.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Time and Duration implementations for C++ libraries" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads(+)] + dev-ros/cpp_common +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" diff --git a/dev-ros/rostime/rostime-0.7.2.ebuild b/dev-ros/rostime/rostime-0.7.2.ebuild deleted file mode 100644 index a5f38c7f5a95..000000000000 --- a/dev-ros/rostime/rostime-0.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/roscpp_core" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Time and Duration implementations for C++ libraries" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/cpp_common -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) -" diff --git a/dev-ros/rostime/rostime-9999.ebuild b/dev-ros/rostime/rostime-9999.ebuild index a5f38c7f5a95..9d76e62d902b 100644 --- a/dev-ros/rostime/rostime-9999.ebuild +++ b/dev-ros/rostime/rostime-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 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/cpp_common " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad