diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2023-02-26 14:01:48 +0300 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2023-02-27 09:23:50 +0100 |
commit | 8069ab60a4a1adf9e6fad78193c8efc17cad4bc0 (patch) | |
tree | d17575343eae177aaa6da93696dc9ccc7b042f35 | |
parent | sci-libs/caffe2: find the right GCC for CUDA (diff) | |
download | gentoo-8069ab60a4a1adf9e6fad78193c8efc17cad4bc0.tar.gz gentoo-8069ab60a4a1adf9e6fad78193c8efc17cad4bc0.tar.bz2 gentoo-8069ab60a4a1adf9e6fad78193c8efc17cad4bc0.zip |
mail-client/claws-mail-9999: remove outdated libsoup mention
`libsoup` and `libsoup-gnome` dependencies has been removed in https://git.claws-mail.org/?p=claws.git;a=commitdiff;h=e2e7f63c6a0a762dd8d823eb29ad850e665317ff .
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/29804
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index efb9d020ba31..b80a3e3d3d7a 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -117,9 +117,6 @@ src_prepare() { } src_configure() { - # Don't use libsoup-gnome (bug #565924) - export HAVE_LIBSOUP_GNOME=no - local myeconfargs=( --disable-bsfilter-plugin --disable-generic-umpc |