From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A165138E66 for ; Mon, 24 Feb 2014 20:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA683E0AFB; Mon, 24 Feb 2014 20:30:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DD14E0AFB for ; Mon, 24 Feb 2014 20:30:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AFBA33FAA7 for ; Mon, 24 Feb 2014 20:30:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id D2E8B2004C; Mon, 24 Feb 2014 20:30:10 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/weston: weston-1.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: weston-1.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/weston X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140224203010.D2E8B2004C@flycatcher.gentoo.org> Date: Mon, 24 Feb 2014 20:30:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0de8013-d2bf-4b50-a074-8f271deb2a50 X-Archives-Hash: 74cd2780952a938fee477c5ed42c38a0 chithanh 14/02/24 20:30:10 Modified: weston-1.4.0.ebuild ChangeLog Log: Fix automagic dependency on libwebp and specify slot for libpng. (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.2 dev-libs/weston/weston-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild?r1=1.1&r2=1.2 Index: weston-1.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- weston-1.4.0.ebuild 30 Jan 2014 12:24:40 -0000 1.1 +++ weston-1.4.0.ebuild 24 Feb 2014 20:30:10 -0000 1.2 @@ -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 @@ 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 1.7 dev-libs/weston/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/weston/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/weston/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 30 Jan 2014 12:24:40 -0000 1.6 +++ ChangeLog 24 Feb 2014 20:30:10 -0000 1.7 @@ -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 + weston-1.4.0.ebuild: + Fix automagic dependency on libwebp and specify slot for libpng. *weston-1.4.0 (30 Jan 2014)