diff options
author | 2007-01-17 03:09:21 +0000 | |
---|---|---|
committer | 2007-01-17 03:09:21 +0000 | |
commit | 5b01702d4878924f4f1f40f6e3276b9f30eff002 (patch) | |
tree | ec2401ec207bc2188f4f4cf7b2668d1d6880fb0f /kde-base/kdegraphics-kfile-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-5b01702d4878924f4f1f40f6e3276b9f30eff002.tar.gz gentoo-2-5b01702d4878924f4f1f40f6e3276b9f30eff002.tar.bz2 gentoo-2-5b01702d4878924f4f1f40f6e3276b9f30eff002.zip |
Remove unneeded patch.
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/kdegraphics-kfile-plugins')
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/kde-base/kdegraphics-kfile-plugins/ChangeLog b/kde-base/kdegraphics-kfile-plugins/ChangeLog index c5d312cd6c42..46cbce43f219 100644 --- a/kde-base/kdegraphics-kfile-plugins/ChangeLog +++ b/kde-base/kdegraphics-kfile-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdegraphics-kfile-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.72 2007/01/16 20:06:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.73 2007/01/17 03:09:21 flameeyes Exp $ + + 17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + kdegraphics-kfile-plugins-3.5.6.ebuild: + Remove unneeded patch. *kdegraphics-kfile-plugins-3.5.6 (16 Jan 2007) diff --git a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild index 0b4fd35a1fdf..4d840b27a273 100644 --- a/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild +++ b/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild,v 1.1 2007/01/16 20:06:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.6.ebuild,v 1.2 2007/01/17 03:09:21 flameeyes Exp $ KMNAME=kdegraphics KMMODULE=kfile-plugins @@ -20,9 +20,7 @@ DEPEND="media-libs/tiff # ps installed with kghostview, pdf installed with kpdf KMEXTRACTONLY="kfile-plugins/ps kfile-plugins/pdf" -PATCHES="${FILESDIR}/post-3.5.5-kdegraphics.diff" - src_compile() { - myconf="$myconf $(use_with openexr)" + local myconf="$myconf $(use_with openexr)" kde-meta_src_compile } |