commit: 7b4e07218520128fa2e39d60261556ea31461d4e Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Sep 11 21:18:57 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Sep 11 21:55:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4e0721
gnome-extra/seahorse-nautilus: add missing USE dependency on gcr, bug #630412 Refs: https://bugs.gentoo.org/show_bug.cgi?id=630412 Package-Manager: Portage-2.3.8, Repoman-2.3.3 gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild index 34e799ff4df..5c84f720454 100644 --- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild +++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ IUSE="" COMMON_DEPEND=" >=app-crypt/gpgme-1.0.0 - >=app-crypt/gcr-3.4 + >=app-crypt/gcr-3.4[gtk] >=dev-libs/dbus-glib-0.35 >=dev-libs/glib-2.28:2 gnome-base/gnome-keyring
