diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-01-20 12:55:37 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-01-20 12:55:37 +0000 |
commit | 2cb2c448a329a8d268f151d8c6af21befcd63fe2 (patch) | |
tree | f222fcb3fa67e2815da7fa2c5155c68adadc5155 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-2cb2c448a329a8d268f151d8c6af21befcd63fe2.tar.gz gentoo-2-2cb2c448a329a8d268f151d8c6af21befcd63fe2.tar.bz2 gentoo-2-2cb2c448a329a8d268f151d8c6af21befcd63fe2.zip |
Specify automagic dev-libs/lzo dependency (bug #477078)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.12.14-r4.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.12.16.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 0920187745da..d16cf26c0887 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.357 2013/09/06 14:59:45 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.358 2014/01/20 12:55:37 yngwin Exp $ + + 20 Jan 2014; Ben de Groot <yngwin@gentoo.org> cairo-1.12.14-r4.ebuild, + cairo-1.12.16.ebuild: + Specify automagic dev-libs/lzo dependency (bug #477078) 06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> cairo-1.12.14-r4.ebuild: Stable for sparc, wrt bug #447354 diff --git a/x11-libs/cairo/cairo-1.12.14-r4.ebuild b/x11-libs/cairo/cairo-1.12.14-r4.ebuild index 4f7a7e119669..4333ac5db0e5 100644 --- a/x11-libs/cairo/cairo-1.12.14-r4.ebuild +++ b/x11-libs/cairo/cairo-1.12.14-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r4.ebuild,v 1.12 2013/09/06 14:59:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.14-r4.ebuild,v 1.13 2014/01/20 12:55:37 yngwin Exp $ EAPI=5 @@ -25,7 +25,8 @@ IUSE="X aqua debug directfb doc drm gallium gles2 +glib legacy-drivers opengl op # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" -RDEPEND="media-libs/fontconfig +RDEPEND="dev-libs/lzo + media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0= sys-libs/zlib diff --git a/x11-libs/cairo/cairo-1.12.16.ebuild b/x11-libs/cairo/cairo-1.12.16.ebuild index fdecaa2762c2..70a22ac6dcfe 100644 --- a/x11-libs/cairo/cairo-1.12.16.ebuild +++ b/x11-libs/cairo/cairo-1.12.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16.ebuild,v 1.1 2013/08/27 12:16:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16.ebuild,v 1.2 2014/01/20 12:55:37 yngwin Exp $ EAPI=5 @@ -25,7 +25,8 @@ IUSE="X aqua debug directfb doc drm gallium gles2 +glib legacy-drivers opengl op # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" -RDEPEND="media-libs/fontconfig +RDEPEND="dev-libs/lzo + media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0= sys-libs/zlib |