commit: 9a37ff636847ff8a2b3de8c5e888c0c7e5f2716c Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Mar 7 21:57:41 2021 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 21:57:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a37ff63
gnome-extra/gnome-contacts: fix libhandy RDEPEND slot Closes: https://bugs.gentoo.org/762658 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild index 279d1ad7f84..9012087ad0f 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ RDEPEND=" >=x11-libs/gtk+-3.23.1:3 v4l? ( >=media-video/cheese-3.5.91:= ) telepathy? ( >=net-libs/telepathy-glib-0.22 ) - >=gui-libs/libhandy-0.0.12:0.0= + >=gui-libs/libhandy-1.0.0:1 " DEPEND="${RDEPEND}" BDEPEND="
