diff options
Diffstat (limited to 'kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild')
-rw-r--r-- | kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild b/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild index 0da6e8ba4dfb..8e90831bf89c 100644 --- a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild +++ b/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild,v 1.1 2009/02/01 18:45:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild,v 1.2 2009/02/03 10:18:42 alexxy Exp $ EAPI="2" KDE_MINIMAL="4.1" @@ -23,6 +23,8 @@ DEPEND=">=kde-base/kopete-${KDE_MINIMAL}" S="${WORKDIR}/${MY_P}" +PATCHES=( "${FILESDIR}/${P}-fixlink.patch" ) + pkg_postinst() { elog "You can now enable and set up the Antispam plugin in Kopete." elog "It can be reached in the Kopete Plugin dialog." |