diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-02-07 12:12:49 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-02-07 12:13:20 +0100 |
commit | 0b83f5653475549d093294eae1ac30610819fd1d (patch) | |
tree | 77aa3df7c844ca42f535dacf386ab7abcbc39459 /www-client/surf | |
parent | www-client/surf: Fix live ebuild patch (diff) | |
download | gentoo-0b83f5653475549d093294eae1ac30610819fd1d.tar.gz gentoo-0b83f5653475549d093294eae1ac30610819fd1d.tar.bz2 gentoo-0b83f5653475549d093294eae1ac30610819fd1d.zip |
www-client/surf: Drop net-libs/libsoup dependency
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/677404
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client/surf')
-rw-r--r-- | www-client/surf/surf-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild index 2156192b7477..d145e1256629 100644 --- a/www-client/surf/surf-9999.ebuild +++ b/www-client/surf/surf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,6 @@ KEYWORDS="" COMMON_DEPEND=" app-crypt/gcr[gtk] dev-libs/glib:2 - net-libs/libsoup net-libs/webkit-gtk:4 x11-libs/gtk+:3 x11-libs/libX11 |