commit: d392c5ee910ce7b642572d7ac096e5218ee8f6a2
Author: Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 17:23:20 2017 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 17:23:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d392c5ee
Bump libpng requirement to >=1.6.25
Tried on a box with 1.6.23, got:
DEBUG: configure:11051:23: error: #error "Insufficient libpng version (10625
required)."
www-client/firefox/firefox-51.0_beta14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-51.0_beta14.ebuild
b/www-client/firefox/firefox-51.0_beta14.ebuild
index 8075488..e109a7f 100644
--- a/www-client/firefox/firefox-51.0_beta14.ebuild
+++ b/www-client/firefox/firefox-51.0_beta14.ebuild
@@ -71,7 +71,7 @@ BUILD_OBJ_DIR="${S}/ff"
# dependencies newer than specified in the eclass
RDEPEND="${RDEPEND}
- >=media-libs/libpng-1.6.23
+ >=media-libs/libpng-1.6.25
"
pkg_setup() {