diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-24 20:30:10 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-24 20:30:10 +0000 |
commit | a00a548fe46c2f2c7010616aca8575e52c34b95b (patch) | |
tree | 20cefc6dcc27d324caffee5cc09bdab828d50446 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a00a548fe46c2f2c7010616aca8575e52c34b95b.tar.gz gentoo-2-a00a548fe46c2f2c7010616aca8575e52c34b95b.tar.bz2 gentoo-2-a00a548fe46c2f2c7010616aca8575e52c34b95b.zip |
Fix automagic dependency on libwebp and specify slot for libpng.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/weston/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/weston/weston-1.4.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/weston/ChangeLog b/dev-libs/weston/ChangeLog index 8344e4ba3670..f1b2d6508331 100644 --- a/dev-libs/weston/ChangeLog +++ b/dev-libs/weston/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/weston # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.6 2014/01/30 12:24:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v 1.7 2014/02/24 20:30:10 chithanh Exp $ + + 24 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + weston-1.4.0.ebuild: + Fix automagic dependency on libwebp and specify slot for libpng. *weston-1.4.0 (30 Jan 2014) diff --git a/dev-libs/weston/weston-1.4.0.ebuild b/dev-libs/weston/weston-1.4.0.ebuild index 6df493d485c7..37b92b49197e 100644 --- a/dev-libs/weston/weston-1.4.0.ebuild +++ b/dev-libs/weston/weston-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.1 2014/01/30 12:24:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v 1.2 2014/02/24 20:30:10 chithanh Exp $ EAPI=5 @@ -40,7 +40,8 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/wayland-1.4.0 media-libs/lcms:2 - media-libs/libpng:= + media-libs/libpng:0= + media-libs/libwebp:0= virtual/jpeg >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 |