diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-12 15:43:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-12 15:43:54 +0200 |
commit | 1dd512593d6079fdddaa05fe2bf28cf4581b7711 (patch) | |
tree | fb22a9991a4d2cdd0220603ae3cd8c64dadfdcf9 | |
parent | 35e871f167b4b6e60f0a45827ef8d6a2e92147ec (diff) | |
download | gentoo-1dd512593d6079fdddaa05fe2bf28cf4581b7711.tar.gz gentoo-1dd512593d6079fdddaa05fe2bf28cf4581b7711.tar.xz |
sci-electronics/gazebo: relax protobuf dep, it now works with protobuf 3
Package-Manager: portage-2.3.2
-rw-r--r-- | sci-electronics/gazebo/gazebo-7.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index c3b8b54a053..8abc8c93ddb 100644 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64" IUSE="cpu_flags_x86_sse2 libav test" RDEPEND=" - =dev-libs/protobuf-2*:= + >=dev-libs/protobuf-2:= virtual/opengl media-libs/openal net-misc/curl |