Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 148384 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/kde-base/kwalletmanager/kwalletmanager-3.5.4-r1.ebuild (-2 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/kde-base/kwalletmanager/kwalletmanager-3.5.4-r1.ebuild,v 1.1 2006/09/07 00:57:57 carlo Exp $
3
# $Header: /var/cvsroot/gentoo-x86/kde-base/kwalletmanager/kwalletmanager-3.5.4-r2.ebuild,v 1.1 2006/09/07 00:57:57 carlo Exp $
4
4
5
KMNAME=kdeutils
5
KMNAME=kdeutils
6
KMMODULE=kwallet
6
KMMODULE=kwallet
Lines 13-16 Link Here
13
13
14
DESCRIPTION="KDE Wallet Management Tool"
14
DESCRIPTION="KDE Wallet Management Tool"
15
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
IUSE=""
16
IUSE=""
17
18
src_unpack() {
19
	kde-meta_src_unpack
20
	cd ${S}
21
	epatch "${FILESDIR}/kwalletmanager-systray.patch"
22
}

Return to bug 148384