diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:21:48 +0200 |
commit | 0e29601ea8f5c9871384fbf6b8a6ed6d27959cf8 (patch) | |
tree | 59f4d8cbce303cd9d3eb2cf15980a52b67f5bfb1 /dev-ros/rostime | |
parent | dev-ros/rostest: remove boost[threads(+)] usedep (diff) | |
download | gentoo-0e29601ea8f5c9871384fbf6b8a6ed6d27959cf8.tar.gz gentoo-0e29601ea8f5c9871384fbf6b8a6ed6d27959cf8.tar.bz2 gentoo-0e29601ea8f5c9871384fbf6b8a6ed6d27959cf8.zip |
dev-ros/rostime: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ros/rostime')
-rw-r--r-- | dev-ros/rostime/rostime-0.7.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rostime/rostime-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/rostime/rostime-0.7.2-r1.ebuild b/dev-ros/rostime/rostime-0.7.2-r1.ebuild index 9d76e62d902b..27c126dd5ce9 100644 --- a/dev-ros/rostime/rostime-0.7.2-r1.ebuild +++ b/dev-ros/rostime/rostime-0.7.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 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/cpp_common " DEPEND="${RDEPEND} diff --git a/dev-ros/rostime/rostime-9999.ebuild b/dev-ros/rostime/rostime-9999.ebuild index 9d76e62d902b..27c126dd5ce9 100644 --- a/dev-ros/rostime/rostime-9999.ebuild +++ b/dev-ros/rostime/rostime-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 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads(+)] + dev-libs/boost:= dev-ros/cpp_common " DEPEND="${RDEPEND} |