commit:     55221e68c2057a84632bd509c4678b836f08d991
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:23:35 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=55221e68

dev-ros/audio_play: bump eapi

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

 dev-ros/audio_play/audio_play-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-ros/audio_play/audio_play-9999.ebuild 
b/dev-ros/audio_play/audio_play-9999.ebuild
index bdcbd57e287..b54dfb9a1e9 100644
--- a/dev-ros/audio_play/audio_play-9999.ebuild
+++ b/dev-ros/audio_play/audio_play-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,14 +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-libs/gst-plugins-good:1.0
        media-libs/gst-plugins-base:1.0
 "
+BDEPEND="
+       virtual/pkgconfig
+"

Reply via email to