public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.1.ebuild kwin-4.10.5.ebuild ChangeLog
@ 2013-09-25 18:55 Johannes Huber (johu)
  0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2013-09-25 18:55 UTC (permalink / raw
  To: gentoo-commits

johu        13/09/25 18:55:57

  Modified:             kwin-4.11.1.ebuild kwin-4.10.5.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.2                  kde-base/kwin/kwin-4.11.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.11.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.11.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.11.1.ebuild?r1=1.1&r2=1.2

Index: kwin-4.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kwin-4.11.1.ebuild	3 Sep 2013 19:04:35 -0000	1.1
+++ kwin-4.11.1.ebuild	25 Sep 2013 18:55:57 -0000	1.2
@@ -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 @@
 	wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] )
 "
 DEPEND="${COMMONDEPEND}
+	x11-libs/xcb-util-renderutil
 	x11-proto/compositeproto
 	x11-proto/damageproto
 	x11-proto/fixesproto



1.11                 kde-base/kwin/kwin-4.10.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.10.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.10.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.10.5.ebuild?r1=1.10&r2=1.11

Index: kwin-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.10.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- kwin-4.10.5.ebuild	2 Aug 2013 14:29:40 -0000	1.10
+++ kwin-4.10.5.ebuild	25 Sep 2013 18:55:57 -0000	1.11
@@ -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.10.5.ebuild,v 1.10 2013/08/02 14:29:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.10.5.ebuild,v 1.11 2013/09/25 18:55:57 johu Exp $
 
 EAPI=5
 
@@ -38,6 +38,7 @@
 	)
 "
 DEPEND="${COMMONDEPEND}
+	x11-libs/xcb-util-renderutil
 	x11-proto/compositeproto
 	x11-proto/damageproto
 	x11-proto/fixesproto



1.355                kde-base/kwin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.355&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.355&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.354&r2=1.355

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- ChangeLog	3 Sep 2013 19:50:23 -0000	1.354
+++ ChangeLog	25 Sep 2013 18:55:57 -0000	1.355
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.354 2013/09/03 19:50:23 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.355 2013/09/25 18:55:57 johu Exp $
+
+  25 Sep 2013; Johannes Huber <johu@gentoo.org> kwin-4.10.5.ebuild,
+  kwin-4.11.1.ebuild:
+  Add missing DEPEND on x11-libs/xcb-util-renderutil wrt bug #485372.
 
   03 Sep 2013; Chris Reffett <creffett@gentoo.org> -kwin-4.11.0.ebuild:
   Drop KDE 4.11.0





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-25 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 18:55 [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.1.ebuild kwin-4.10.5.ebuild ChangeLog Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox