diff options
author | 2020-07-16 13:57:45 +0200 | |
---|---|---|
committer | 2020-07-16 15:02:10 +0200 | |
commit | f7adba6dc3834af7da27ada5d65984bde3009f7a (patch) | |
tree | e199dca6e5ea5032027517458f4333e527c15c33 /dev-ros/pr2_description | |
parent | dev-ros/pr2_machine: Remove old (diff) | |
download | gentoo-f7adba6dc3834af7da27ada5d65984bde3009f7a.tar.gz gentoo-f7adba6dc3834af7da27ada5d65984bde3009f7a.tar.bz2 gentoo-f7adba6dc3834af7da27ada5d65984bde3009f7a.zip |
dev-ros/pr2_description: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/pr2_description')
-rw-r--r-- | dev-ros/pr2_description/pr2_description-1.12.4.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/pr2_description/pr2_description-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-ros/pr2_description/pr2_description-1.12.4.ebuild b/dev-ros/pr2_description/pr2_description-1.12.4.ebuild index ab216d560b19..ed8112aca505 100644 --- a/dev-ros/pr2_description/pr2_description-1.12.4.ebuild +++ b/dev-ros/pr2_description/pr2_description-1.12.4.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/pr2/pr2_common" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin diff --git a/dev-ros/pr2_description/pr2_description-9999.ebuild b/dev-ros/pr2_description/pr2_description-9999.ebuild index 3f2d184f517e..ed8112aca505 100644 --- a/dev-ros/pr2_description/pr2_description-9999.ebuild +++ b/dev-ros/pr2_description/pr2_description-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/pr2/pr2_common" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin |