Skip to content

Commit

Permalink
media-sound/{mumble,murmur}: Add subslot operator to protobuf dep
Browse files Browse the repository at this point in the history
We need to rebuild mumble/murmur upon protobuf subslot change, as
seen by preserved-rebuild kicking in upon protobuf3 upgrade.

Acked-by: Lars Wendler <[email protected]>
  • Loading branch information
leio committed Sep 25, 2016
1 parent bf97296 commit 2bcbc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-sound/mumble/mumble-1.2.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IUSE="+alsa +dbus debug g15 libressl oss pch portaudio pulseaudio speech zerocon
RDEPEND=">=dev-libs/boost-1.41.0
!libressl? ( >=dev-libs/openssl-1.0.0b:0 )
libressl? ( dev-libs/libressl )
>=dev-libs/protobuf-2.2.0
>=dev-libs/protobuf-2.2.0:=
>=media-libs/libsndfile-1.0.20[-minimal]
>=media-libs/opus-1.0.1
>=media-libs/speex-1.2_rc1
Expand Down
2 changes: 1 addition & 1 deletion media-sound/murmur/murmur-1.2.16-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ia64 ~x86"
IUSE="+dbus debug +ice pch zeroconf"

RDEPEND=">=dev-libs/openssl-1.0.0b:0=
>=dev-libs/protobuf-2.2.0
>=dev-libs/protobuf-2.2.0:=
sys-apps/lsb-release
>=sys-libs/libcap-2.15
dev-qt/qtcore:4[ssl]
Expand Down

0 comments on commit 2bcbc06

Please sign in to comment.