diff options
Diffstat (limited to 'kde-base/kdenetwork/kdenetwork-3.5.9.ebuild')
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild index 27fa17e9272a..32b48167b6df 100644 --- a/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild,v 1.8 2008/05/18 21:31:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.9.ebuild,v 1.9 2009/10/12 05:36:35 abcd Exp $ EAPI="1" inherit kde-dist eutils flag-o-matic @@ -50,8 +50,8 @@ DEPEND="${BOTH_DEPEND} kernel_linux? ( x11-libs/libXv ) x11-proto/scrnsaverproto" -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch" +PATCHES=( "${FILESDIR}/kopete-3.5.5-icqfix.patch" + "${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch" ) pkg_setup() { if use kernel_linux && ! built_with_use x11-libs/qt:3 opengl; then |