diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-01 13:02:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-01 13:16:45 -0400 |
commit | 66fb782db095cab1a7fad39e5233347e8f5e006b (patch) | |
tree | c5951d386eba531a79aa22e2284f7b9cdbf996a9 /www-client/surf | |
parent | www-client/epiphany: Depend on app-crypt/gcr:0 (diff) | |
download | gentoo-66fb782db095cab1a7fad39e5233347e8f5e006b.tar.gz gentoo-66fb782db095cab1a7fad39e5233347e8f5e006b.tar.bz2 gentoo-66fb782db095cab1a7fad39e5233347e8f5e006b.zip |
www-client/surf: Depend on app-crypt/gcr:0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-client/surf')
-rw-r--r-- | www-client/surf/surf-2.1-r2.ebuild (renamed from www-client/surf/surf-2.1-r1.ebuild) | 2 | ||||
-rw-r--r-- | www-client/surf/surf-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/surf/surf-2.1-r1.ebuild b/www-client/surf/surf-2.1-r2.ebuild index 8b3a6d1ad9fc..796e5b7dcbb9 100644 --- a/www-client/surf/surf-2.1-r1.ebuild +++ b/www-client/surf/surf-2.1-r2.ebuild @@ -22,7 +22,7 @@ SLOT="0" IUSE="tabbed" DEPEND=" - app-crypt/gcr[gtk] + app-crypt/gcr:0=[gtk] dev-libs/glib:2 net-libs/webkit-gtk:4 x11-libs/gtk+:3 diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild index 236324b24ec6..1bcbc4596bdd 100644 --- a/www-client/surf/surf-9999.ebuild +++ b/www-client/surf/surf-9999.ebuild @@ -22,7 +22,7 @@ SLOT="0" IUSE="tabbed" DEPEND=" - app-crypt/gcr[gtk] + app-crypt/gcr:0=[gtk] dev-libs/glib:2 net-libs/webkit-gtk:4 x11-libs/gtk+:3 |