Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628088 - mozconfig-v6.55.eclass should require >=media-libs/libpng-1.6.29
Summary: mozconfig-v6.55.eclass should require >=media-libs/libpng-1.6.29
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-17 08:59 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2017-08-17 09:30 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 Arfrever Frehtes Taifersar Arahesis 2017-08-17 08:59:56 UTC
mozconfig-v6.55.eclass sets:
RDEPEND="...
	>=media-libs/libpng-1.6.28:0=[apng]
..."

But old-configure.in sets:
MOZPNG=10629

So dependency in eclass should be updated.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-08-17 09:30:00 UTC
commit ce70638addd8c3abb48167baf6dc9f70d3e01b7e (HEAD -> master, origin/master, origin/HEAD)             
Author: Lars Wendler <polynomial-c@gentoo.org>      
Date:   Thu Aug 17 11:28:44 2017                    

    mozconfig-v6.55.eclass: Adjusted libpng dependency (bug #628088).