Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465304 - net-libs/webkit-gtk-2.0.0 - add support for sys-devel/gcc-4.8
Summary: net-libs/webkit-gtk-2.0.0 - add support for sys-devel/gcc-4.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.8
  Show dependency tree
 
Reported: 2013-04-09 19:55 UTC by Andrew John Hughes
Modified: 2013-04-10 21:58 UTC (History)
0 users

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 Andrew John Hughes 2013-04-09 19:55:05 UTC
The dependency for this ebuild is:

|| ( sys-devel/gcc:4.7 >=sys-devel/clang-3.0 )

but the text says:

    if ! test-flag-CXX -std=c++11; then
        die "You need at least GCC 4.7.x or Clang >= 3.0 for C++11-specific compiler flags"
    fi

so why not >=sys-devel/gcc-4.7.0 so I can use 4.8.0?

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2013-04-10 21:58:20 UTC
+  10 Apr 2013; Pacho Ramos <pacho@gentoo.org> webkit-gtk-2.0.0.ebuild:
+  use proper gcc dependency version (#465304 by Andrew John Hughes)
+