Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698650 - www-client/netsurf-3.8-r2 - USE=duktape should depend on dev-lang/duktape
Summary: www-client/netsurf-3.8-r2 - USE=duktape should depend on dev-lang/duktape
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Philipp Ammann
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-10-27 13:16 UTC by CaptainBlood
Modified: 2020-06-21 12:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CaptainBlood 2019-10-27 13:16:04 UTC
--- /usr/portage/www-client/netsurf/netsurf-3.8-r2.ebuild	2019-09-23 11:39:46.000000000 +0300
+++ /usr/local/portage/www-client/netsurf/netsurf-3.8-r2.ebuild	2019-10-27 16:03:33.236097568 +0300
@@ -37,6 +37,7 @@
 	gtk2? ( dev-libs/glib:2
 		x11-libs/gtk+:2 )
 	javascript? ( >=dev-libs/nsgenbind-0.6
+		duktape? ( >=dev-lang/dukape-2.2.1 )
 		!duktape? ( dev-lang/spidermonkey:0= ) )
 	jpeg? ( >=virtual/jpeg-0-r2:0 )
 	mng? ( >=media-libs/libmng-1.0.10-r2 )

Reproducible: Always
Comment 1 CaptainBlood 2019-10-27 13:35:38 UTC
typo dukape vs duktape

--- /usr/portage/www-client/netsurf/netsurf-3.8-r2.ebuild	2019-09-23 11:39:46.000000000 +0300
+++ /usr/local/portage/www-client/netsurf/netsurf-3.8-r2.ebuild	2019-10-27 16:03:33.236097568 +0300
@@ -37,6 +37,7 @@
 	gtk2? ( dev-libs/glib:2
 		x11-libs/gtk+:2 )
 	javascript? ( >=dev-libs/nsgenbind-0.6
+		duktape? ( >=dev-lang/duktape-2.2.1 )
 		!duktape? ( dev-lang/spidermonkey:0= ) )
 	jpeg? ( >=virtual/jpeg-0-r2:0 )
 	mng? ( >=media-libs/libmng-1.0.10-r2 )
Comment 2 Larry the Git Cow gentoo-dev 2020-06-21 12:17:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7819ae8a75cab9e401e3106415a6528cdd1f52

commit ca7819ae8a75cab9e401e3106415a6528cdd1f52
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2020-06-21 01:43:05 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2020-06-21 12:17:03 +0000

    www-client/netsurf: new version 3.10.
    
    This new version (bug 727882) combined with the removal of the old
    versions fixes some outstanding issues:
    
      * Fixes the mixup between ED/D (and EROOT, variously) throughout
        the build system (bug 489542).
    
      * Adds a dependency on dev-lang/duktape, but as a result, has to
        drop keywords for arm, ppc, and ppc64 (bugs 698650, 728592).
    
      * Adds a patch to fix the location of utf8proc.h (bug 721318)
    
      * Adds a patch to disable failing tests (bug 687378).
    
      * Drops the broken USE=pdf-writer flag (bug 625770).
    
      * Apparently fixes the test failure with USE="-gtk2", since the
        test suite now passes (bug 672812).
    
      * Eliminates another test failure in v3.8 (bug 701322).
    
    Bug: https://bugs.gentoo.org/489542
    Closes: https://bugs.gentoo.org/625770
    Closes: https://bugs.gentoo.org/672812
    Closes: https://bugs.gentoo.org/687378
    Closes: https://bugs.gentoo.org/698650
    Closes: https://bugs.gentoo.org/701322
    Closes: https://bugs.gentoo.org/721318
    Closes: https://bugs.gentoo.org/727882
    Bug: https://bugs.gentoo.org/728592
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 www-client/netsurf/Manifest                        |   1 +
 .../files/netsurf-3.10-disable-failing-tests.patch |  42 +++++++
 ...rf-3.10-julia-libutf8proc-header-location.patch |  34 ++++++
 www-client/netsurf/netsurf-3.10.ebuild             | 131 +++++++++++++++++++++
 4 files changed, 208 insertions(+)