diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-09 10:05:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-09 10:05:21 +0000 |
commit | 4a98f2be52784218085eea64d8c6b08f652fd521 (patch) | |
tree | 8fe79946a5a8514d7cac6207b30e22016e4f754e /kde-base/kwin | |
parent | Stable on amd64 wrt bug #366131 (diff) | |
download | gentoo-2-4a98f2be52784218085eea64d8c6b08f652fd521.tar.gz gentoo-2-4a98f2be52784218085eea64d8c6b08f652fd521.tar.bz2 gentoo-2-4a98f2be52784218085eea64d8c6b08f652fd521.zip |
The -opengl is not yet fixed... So apply my hack patch. (not fully updated cvs tree so i have to force)
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.6.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 3bef06c04e97..78a0ca3654e9 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.220 2011/05/09 08:48:29 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.221 2011/05/09 10:05:21 scarabeus Exp $ + + 09 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> kwin-4.6.3.ebuild: + The -opengl is not yet fixed... So apply my hack patch. 09 May 2011; Thomas Kahle <tomka@gentoo.org> kwin-4.6.2.ebuild: x86 stable per bug 354033 diff --git a/kde-base/kwin/kwin-4.6.3.ebuild b/kde-base/kwin/kwin-4.6.3.ebuild index c2a5f727e1b8..c844be603910 100644 --- a/kde-base/kwin/kwin-4.6.3.ebuild +++ b/kde-base/kwin/kwin-4.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.6.3.ebuild,v 1.1 2011/05/07 10:47:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.6.3.ebuild,v 1.2 2011/05/09 10:05:21 scarabeus Exp $ EAPI=4 @@ -45,6 +45,7 @@ KMEXTRACTONLY=" PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" + "${FILESDIR}/${PN}-fix-opengl.patch" ) src_prepare() { |