diff options
author | Johannes Huber <johu@gentoo.org> | 2013-09-25 18:55:57 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-09-25 18:55:57 +0000 |
commit | 30d51312fe29cdd6d1436e23e56a079c9b863768 (patch) | |
tree | 6bab842454524653ca0eb22142f18403ef44be3d /kde-base/kwin/kwin-4.11.1.ebuild | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-30d51312fe29cdd6d1436e23e56a079c9b863768.tar.gz gentoo-2-30d51312fe29cdd6d1436e23e56a079c9b863768.tar.bz2 gentoo-2-30d51312fe29cdd6d1436e23e56a079c9b863768.zip |
Add missing DEPEND on x11-libs/xcb-util-renderutil wrt bug #485372.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kwin/kwin-4.11.1.ebuild')
-rw-r--r-- | kde-base/kwin/kwin-4.11.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/kwin/kwin-4.11.1.ebuild b/kde-base/kwin/kwin-4.11.1.ebuild index 4428761517ce..d316b64635bf 100644 --- a/kde-base/kwin/kwin-4.11.1.ebuild +++ b/kde-base/kwin/kwin-4.11.1.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/kde-base/kwin/kwin-4.11.1.ebuild,v 1.1 2013/09/03 19:04:35 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.1.ebuild,v 1.2 2013/09/25 18:55:57 johu Exp $ EAPI=5 @@ -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 |