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 284A3138E66 for ; Mon, 24 Feb 2014 20:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93941E0A90; Mon, 24 Feb 2014 20:31:14 +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 2C518E0A90 for ; Mon, 24 Feb 2014 20:31:14 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F60D33FA7F for ; Mon, 24 Feb 2014 20:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9810218875 for ; Mon, 24 Feb 2014 20:31:11 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1393273878.82d3076ef64663f4f9dcf552ccf2934e6b5454b0.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 82d3076ef64663f4f9dcf552ccf2934e6b5454b0 X-VCS-Branch: master Date: Mon, 24 Feb 2014 20:31:11 +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: 4b3c5033-d14d-4a38-baaa-083385d6e8c6 X-Archives-Hash: 9215fc97d064ccd72b01419a6a2b54c5 commit: 82d3076ef64663f4f9dcf552ccf2934e6b5454b0 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Mon Feb 24 20:31:18 2014 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Mon Feb 24 20:31:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=82d3076e dev-libs/weston: import dependency changes from portage --- dev-libs/weston/weston-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index a2ca58f..e19404c 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -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