diff options
author | 2021-03-07 23:57:41 +0200 | |
---|---|---|
committer | 2021-03-07 23:57:41 +0200 | |
commit | 9a37ff636847ff8a2b3de8c5e888c0c7e5f2716c (patch) | |
tree | 03c0dea37ebca52ece398d59077be5f7d2b06ed4 /gnome-extra/gnome-contacts | |
parent | dev-util/pkgdev: switch to setup.py test runner (diff) | |
download | gentoo-9a37ff636847ff8a2b3de8c5e888c0c7e5f2716c.tar.gz gentoo-9a37ff636847ff8a2b3de8c5e888c0c7e5f2716c.tar.bz2 gentoo-9a37ff636847ff8a2b3de8c5e888c0c7e5f2716c.zip |
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@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-contacts')
-rw-r--r-- | gnome-extra/gnome-contacts/gnome-contacts-3.38.1.ebuild | 4 |
1 files 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 279d1ad7f841..9012087ad0fb 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=" |