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 4210F1381F3 for ; Wed, 25 Sep 2013 18:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BA2E0B49; Wed, 25 Sep 2013 18:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74394E0B49 for ; Wed, 25 Sep 2013 18:55:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A7CE33EA5A for ; Wed, 25 Sep 2013 18:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2BADE5309 for ; Wed, 25 Sep 2013 18:55:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1380142500.7cbd12d50087770cb9bc2b84377c6eda81ab3e47.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kwin/kwin-4.11.49.9999.ebuild kde-base/kwin/kwin-9999.ebuild X-VCS-Directories: kde-base/kwin/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 7cbd12d50087770cb9bc2b84377c6eda81ab3e47 X-VCS-Branch: master Date: Wed, 25 Sep 2013 18:55:12 +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: 4b121875-3538-4fff-99a0-402256bb7748 X-Archives-Hash: 6a2b37b2f5841ea62273b0c49e37db84 commit: 7cbd12d50087770cb9bc2b84377c6eda81ab3e47 Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 25 20:55:00 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 25 20:55:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7cbd12d5 [kde-base/kwin] Add missing DEPEND on x11-libs/xcb-util-renderutil wrt bug #485372. Package-Manager: portage-2.2.7 --- kde-base/kwin/kwin-4.11.49.9999.ebuild | 1 + kde-base/kwin/kwin-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-base/kwin/kwin-4.11.49.9999.ebuild b/kde-base/kwin/kwin-4.11.49.9999.ebuild index 98097a7..dc7d973 100644 --- a/kde-base/kwin/kwin-4.11.49.9999.ebuild +++ b/kde-base/kwin/kwin-4.11.49.9999.ebuild @@ -44,6 +44,7 @@ COMMONDEPEND=" wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] ) " DEPEND="${COMMONDEPEND} + x11-libs/xcb-util-renderutil x11-proto/compositeproto x11-proto/damageproto x11-proto/fixesproto diff --git a/kde-base/kwin/kwin-9999.ebuild b/kde-base/kwin/kwin-9999.ebuild index 98097a7..dc7d973 100644 --- a/kde-base/kwin/kwin-9999.ebuild +++ b/kde-base/kwin/kwin-9999.ebuild @@ -44,6 +44,7 @@ COMMONDEPEND=" wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] ) " DEPEND="${COMMONDEPEND} + x11-libs/xcb-util-renderutil x11-proto/compositeproto x11-proto/damageproto x11-proto/fixesproto