Gentoo Archives: gentoo-commits

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/
Date: Sat, 01 Aug 2015 00:50:16
Message-Id: 1438390147.710fe5dbbadd80c18ffc306d292403364824d309.tetromino@gentoo
1 commit: 710fe5dbbadd80c18ffc306d292403364824d309
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 00:49:07 2015 +0000
4 Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 00:49:07 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=710fe5db
7
8 x11-libs/gdk-pixbuf: 2.31.4 → 2.31.5
9
10 Fixes integer overflow (bug #556314)
11
12 Package-Manager: portage-2.2.20
13 Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D
14
15 .../gdk-pixbuf/{gdk-pixbuf-2.31.4.ebuild => gdk-pixbuf-2.31.5.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.4.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.5.ebuild
19 similarity index 99%
20 rename from x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.4.ebuild
21 rename to x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.5.ebuild
22 index 82fe538..e59d782 100644
23 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.4.ebuild
24 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.31.5.ebuild
25 @@ -27,7 +27,7 @@ COMMON_DEPEND="
26 "
27 DEPEND="${COMMON_DEPEND}
28 >=dev-util/gtk-doc-am-1.20
29 - >=sys-devel/gettext-0.17
30 + >=sys-devel/gettext-0.19
31 virtual/pkgconfig
32 "
33 # librsvg blocker is for the new pixbuf loader API, you lose icons otherwise