diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:48:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:08 +0200 |
commit | 036607659a1761bb45e68001cb2d6554fb35fd62 (patch) | |
tree | 4c34ef47b0f2ca993b0d9bba27c35be7ac8b275d /dev-ros/rosauth/rosauth-9999.ebuild | |
parent | dev-python/sentry-sdk: doc creation and installation adapted, also fixed QA v... (diff) | |
download | gentoo-036607659a1761bb45e68001cb2d6554fb35fd62.tar.gz gentoo-036607659a1761bb45e68001cb2d6554fb35fd62.tar.bz2 gentoo-036607659a1761bb45e68001cb2d6554fb35fd62.zip |
dev-ros/rosauth: bump to 1.0.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosauth/rosauth-9999.ebuild')
-rw-r--r-- | dev-ros/rosauth/rosauth-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ros/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild index 372b30e6a355..fdb789ec6feb 100644 --- a/dev-ros/rosauth/rosauth-9999.ebuild +++ b/dev-ros/rosauth/rosauth-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/WPI-RAIL/rosauth" KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin @@ -16,7 +15,6 @@ IUSE="" RDEPEND=" dev-ros/roscpp - dev-ros/rostest[${PYTHON_USEDEP}] dev-libs/openssl:0=" DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" |