diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/midori/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/midori/midori-0.4.8.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www-client/midori/ChangeLog b/www-client/midori/ChangeLog index c5ceeb6e331a..707c4b01d35e 100644 --- a/www-client/midori/ChangeLog +++ b/www-client/midori/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/midori # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.104 2013/02/06 17:55:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.105 2013/02/06 18:18:15 ssuominen Exp $ + + 06 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> midori-0.4.8.ebuild: + Comment out the desktop file validation patch temporarily because the code is + not compatible with it yet. 06 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> midori-0.4.8.ebuild, +files/midori-0.4.8-desktop_file_validation.patch: diff --git a/www-client/midori/midori-0.4.8.ebuild b/www-client/midori/midori-0.4.8.ebuild index b1706e0eb186..388dbb9ef7bf 100644 --- a/www-client/midori/midori-0.4.8.ebuild +++ b/www-client/midori/midori-0.4.8.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/www-client/midori/midori-0.4.8.ebuild,v 1.2 2013/02/06 17:52:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.4.8.ebuild,v 1.3 2013/02/06 18:18:15 ssuominen Exp $ EAPI=5 @@ -73,7 +73,8 @@ src_prepare() { # Force disabled because we don't have this custom renamed in Portage sed -i -e 's:gcr-3-gtk2:&dIsAbLe:' wscript || die - epatch "${FILESDIR}"/${P}-desktop_file_validation.patch +# FIXME: The code is not compatible with X- in the names +# epatch "${FILESDIR}"/${P}-desktop_file_validation.patch } src_configure() { |