diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 18:42:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-08-12 18:58:15 +0200 |
commit | e38c0962f8cbc5fa76613b02b4d2d6ef5239b724 (patch) | |
tree | 5aeb0eeca146525de74f9a07c85267a81a246c08 | |
parent | dev-ros/fake_localization: Remove old (diff) | |
download | gentoo-e38c0962f8cbc5fa76613b02b4d2d6ef5239b724.tar.gz gentoo-e38c0962f8cbc5fa76613b02b4d2d6ef5239b724.tar.bz2 gentoo-e38c0962f8cbc5fa76613b02b4d2d6ef5239b724.zip |
dev-ros/fake_localization: add slot dep on angles
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild (renamed from dev-ros/fake_localization/fake_localization-1.17.1.ebuild) | 4 | ||||
-rw-r--r-- | dev-ros/fake_localization/fake_localization-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/fake_localization/fake_localization-1.17.1.ebuild b/dev-ros/fake_localization/fake_localization-1.17.1-r1.ebuild index 532a449c1399..30d6188cb635 100644 --- a/dev-ros/fake_localization/fake_localization-1.17.1.ebuild +++ b/dev-ros/fake_localization/fake_localization-1.17.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 @@ IUSE="" RDEPEND=" dev-libs/boost:= - dev-ros/angles + dev-ros/angles:0 dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole diff --git a/dev-ros/fake_localization/fake_localization-9999.ebuild b/dev-ros/fake_localization/fake_localization-9999.ebuild index 532a449c1399..30d6188cb635 100644 --- a/dev-ros/fake_localization/fake_localization-9999.ebuild +++ b/dev-ros/fake_localization/fake_localization-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 @@ IUSE="" RDEPEND=" dev-libs/boost:= - dev-ros/angles + dev-ros/angles:0 dev-ros/roscpp dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rosconsole |