diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-03-17 11:04:31 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-17 11:04:59 +0200 |
commit | 7b8449420e13c43dddd4daf62bcfddff5bf986b3 (patch) | |
tree | b54ce32a9a5ce2d08a9caab191fa7f65a52c38af /gnome-extra | |
parent | x11-misc/xkblayout-state: Initial commit (diff) | |
download | gentoo-7b8449420e13c43dddd4daf62bcfddff5bf986b3.tar.gz gentoo-7b8449420e13c43dddd4daf62bcfddff5bf986b3.tar.bz2 gentoo-7b8449420e13c43dddd4daf62bcfddff5bf986b3.zip |
gnome-extra/nm-applet-1.8.6: fix minimum deps
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-1.8.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-extra/nm-applet/nm-applet-1.8.6.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.6.ebuild index 3c74064e07eb..52554e8a0baa 100644 --- a/gnome-extra/nm-applet/nm-applet-1.8.6.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,11 +17,11 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" RDEPEND=" >=app-crypt/libsecret-0.18 - >=dev-libs/glib-2.32:2[dbus] + >=dev-libs/glib-2.38:2[dbus] >=dev-libs/dbus-glib-0.88 >=sys-apps/dbus-1.4.1 >=sys-auth/polkit-0.96-r1 - >=x11-libs/gtk+-3.4:3[introspection?] + >=x11-libs/gtk+-3.10:3[introspection?] >=x11-libs/libnotify-0.7.0 app-text/iso-codes @@ -34,7 +34,7 @@ RDEPEND=" gcr? ( >=app-crypt/gcr-3.14:=[gtk] ) modemmanager? ( net-misc/modemmanager ) selinux? ( sys-libs/libselinux ) - teamd? ( >=dev-libs/jansson-2.3 ) + teamd? ( >=dev-libs/jansson-2.7 ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.0 |