diff options
-rw-r--r-- | sci-libs/rtabmap/rtabmap-0.19.3-r1.ebuild (renamed from sci-libs/rtabmap/rtabmap-0.19.3.ebuild) | 6 | ||||
-rw-r--r-- | 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 index a76c02847b15..df3b781baf72 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 0a88ca05e482..24cbe5a01b96 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=( |