diff options
author | Sam James <sam@gentoo.org> | 2022-03-08 13:40:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 13:47:15 +0000 |
commit | 6053f73410b4269e792edc9df5d3a2cf122e2348 (patch) | |
tree | 632153d46641dccf373afddd3ab199071ae192b6 /net-libs/libnice | |
parent | profiles: add GStreamer 1.20 mask for testing (diff) | |
download | gentoo-6053f73410b4269e792edc9df5d3a2cf122e2348.tar.gz gentoo-6053f73410b4269e792edc9df5d3a2cf122e2348.tar.bz2 gentoo-6053f73410b4269e792edc9df5d3a2cf122e2348.zip |
net-libs/libnice: crank up glib lower bound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/libnice-0.1.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libnice/libnice-0.1.18.ebuild b/net-libs/libnice/libnice-0.1.18.ebuild index 9a56f55eb0ff..331cc388a3b3 100644 --- a/net-libs/libnice/libnice-0.1.18.ebuild +++ b/net-libs/libnice/libnice-0.1.18.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ IUSE="+gnutls +introspection +upnp" RDEPEND=" - >=dev-libs/glib-2.48:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.54:2[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] ) !gnutls? ( |