commit: 38ad705e2aedf90adf3576077f8ae8b84ceac19b Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jul 16 17:24:32 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 17:34:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ad705e
dev-ros/audio_capture: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/audio_capture/audio_capture-9999.ebuild | 10 ++++++---- 1 file 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 76c8baa4080..ef0806b5c85 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"
