summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 19:24:32 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 19:34:49 +0200
commit38ad705e2aedf90adf3576077f8ae8b84ceac19b (patch)
tree6693a818f023de1249c6ef59523999767644abd1 /dev-ros/audio_capture
parentdev-ros/audio_common_msgs: bump eapi (diff)
downloadgentoo-38ad705e2aedf90adf3576077f8ae8b84ceac19b.tar.gz
gentoo-38ad705e2aedf90adf3576077f8ae8b84ceac19b.tar.bz2
gentoo-38ad705e2aedf90adf3576077f8ae8b84ceac19b.zip
dev-ros/audio_capture: 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/audio_capture')
-rw-r--r--dev-ros/audio_capture/audio_capture-9999.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-ros/audio_capture/audio_capture-9999.ebuild b/dev-ros/audio_capture/audio_capture-9999.ebuild
index 76c8baa40806..ef0806b5c857 100644
--- a/dev-ros/audio_capture/audio_capture-9999.ebuild
+++ b/dev-ros/audio_capture/audio_capture-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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-drivers/audio_common"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
@@ -14,15 +14,17 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/roscpp
dev-libs/boost:=[threads]
media-libs/gstreamer:1.0
"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
RDEPEND="${RDEPEND}
media-plugins/gst-plugins-lame:1.0
media-libs/gst-plugins-good:1.0
media-libs/gst-plugins-base:1.0
"
+BDEPEND="
+ virtual/pkgconfig"