summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-12-05 15:36:45 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-12-05 15:50:02 +0100
commitb43a66388f9a17585376b093ffb912a007b27624 (patch)
treef3c344c6f80699280560dc5e4f44d2602a80384f /sci-libs/rtabmap/rtabmap-9999.ebuild
parentnet-libs/gsoap: Minor ebuild cleanups. (diff)
downloadgentoo-b43a66388f9a17585376b093ffb912a007b27624.tar.gz
gentoo-b43a66388f9a17585376b093ffb912a007b27624.tar.bz2
gentoo-b43a66388f9a17585376b093ffb912a007b27624.zip
sci-libs/rtabmap: bump to 0.18.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/rtabmap/rtabmap-9999.ebuild')
-rw-r--r--sci-libs/rtabmap/rtabmap-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/rtabmap/rtabmap-9999.ebuild b/sci-libs/rtabmap/rtabmap-9999.ebuild
index 9bbe6d06b163..0a88ca05e482 100644
--- a/sci-libs/rtabmap/rtabmap-9999.ebuild
+++ b/sci-libs/rtabmap/rtabmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,8 +16,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}-melodic.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${P}-melodic"
+ SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${P}"
fi
DESCRIPTION="Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)"