diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 22:05:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 22:05:38 +0000 |
commit | 6dff8edba063c1733a79e49c239e28bc001b9df4 (patch) | |
tree | f4e3448433ae043d2fa678b32c61f210c686c0c5 /x11-libs/cairo/cairo-9999.ebuild | |
parent | Clean up live bits from non-live ebuilds. Raise totem-pl-parser dependency, b... (diff) | |
download | gentoo-2-6dff8edba063c1733a79e49c239e28bc001b9df4.tar.gz gentoo-2-6dff8edba063c1733a79e49c239e28bc001b9df4.tar.bz2 gentoo-2-6dff8edba063c1733a79e49c239e28bc001b9df4.zip |
Use subslot operator for the libpng dependency in every eapi5 ebuild.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-libs/cairo/cairo-9999.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index a1bf6f007929..d432d0bbcdb1 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.29 2013/03/11 22:46:15 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.30 2013/04/09 22:05:38 ssuominen Exp $ EAPI=5 @@ -27,7 +27,7 @@ RESTRICT="test" RDEPEND="media-libs/fontconfig media-libs/freetype:2 - media-libs/libpng:0 + media-libs/libpng:0= sys-libs/zlib >=x11-libs/pixman-0.22.0 directfb? ( dev-libs/DirectFB ) |