commit:     f10b7c7c5f4348966272229d4282fe4463004100
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 16:41:19 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 17:34:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10b7c7c

sci-libs/rtabmap: update to eapi7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 .../rtabmap/{rtabmap-0.19.3.ebuild => rtabmap-0.19.3-r1.ebuild}   | 6 +++---
 sci-libs/rtabmap/rtabmap-9999.ebuild                              | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-libs/rtabmap/rtabmap-0.19.3.ebuild 
b/sci-libs/rtabmap/rtabmap-0.19.3-r1.ebuild
similarity index 96%
rename from sci-libs/rtabmap/rtabmap-0.19.3.ebuild
rename to sci-libs/rtabmap/rtabmap-0.19.3-r1.ebuild
index a76c02847b1..df3b781baf7 100644
--- a/sci-libs/rtabmap/rtabmap-0.19.3.ebuild
+++ b/sci-libs/rtabmap/rtabmap-0.19.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
@@ -42,8 +42,8 @@ RDEPEND="
                dev-qt/qtsvg:5
        )
 "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 PATCHES=( "${FILESDIR}/ocv4.patch" )
 
 src_configure() {

diff --git a/sci-libs/rtabmap/rtabmap-9999.ebuild 
b/sci-libs/rtabmap/rtabmap-9999.ebuild
index 0a88ca05e48..24cbe5a01b9 100644
--- a/sci-libs/rtabmap/rtabmap-9999.ebuild
+++ b/sci-libs/rtabmap/rtabmap-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
@@ -42,8 +42,8 @@ RDEPEND="
                dev-qt/qtsvg:5
        )
 "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        local mycmakeargs=(

Reply via email to