Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558474 - app-misc/resolve-march-native needs to check for min gcc version
Summary: app-misc/resolve-march-native needs to check for min gcc version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-23 13:27 UTC by Justin Lecher (RETIRED)
Modified: 2015-08-23 18:03 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 Justin Lecher (RETIRED) gentoo-dev 2015-08-23 13:27:58 UTC
A minimal version in deps is requiered as many versions don't support march
You need to set a min version in deps
Comment 1 Sebastian Pipping gentoo-dev 2015-08-23 17:46:12 UTC
Good catch.  I'd push a fix now if Git wasn't down.
Comment 2 Sebastian Pipping gentoo-dev 2015-08-23 18:03:24 UTC
# git show --stat | cat
commit 8ee7ad19817746191653f6b199666c2bb19d7547
Author: Sebastian Pipping <sping@gentoo.org>
Date:   Sun Aug 23 19:42:56 2015 +0200

    app-misc/resolve-march-native: Fix GCC dependency (bug #558474)
    
    Resolies on -march=native intorduced by GCC 4.2
    https://gcc.gnu.org/gcc-4.2/changes.html
    
    Package-Manager: portage-2.2.20.1

 app-misc/resolve-march-native/resolve-march-native-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)