diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:39:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:34:59 +0200 |
commit | a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922 (patch) | |
tree | ddcbbbbb7291bbd47697f46bc3c0dec0e66c2983 /dev-ros/genlisp/genlisp-9999.ebuild | |
parent | dev-ros/geneus: Remove old (diff) | |
download | gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.tar.gz gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.tar.bz2 gentoo-a55792c34f1e5b1ccfc41a8b61f0524f8f2ba922.zip |
dev-ros/genlisp: bump to 0.4.18
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genlisp/genlisp-9999.ebuild')
-rw-r--r-- | dev-ros/genlisp/genlisp-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ros/genlisp/genlisp-9999.ebuild b/dev-ros/genlisp/genlisp-9999.ebuild index 6037f8745550..57df2bad4108 100644 --- a/dev-ros/genlisp/genlisp-9999.ebuild +++ b/dev-ros/genlisp/genlisp-9999.ebuild @@ -1,11 +1,10 @@ # 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/ros/genlisp" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin |