diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-12 11:16:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-12 11:16:58 +0000 |
commit | cb71857053b1d1da8782272d2cc4441e49bfe813 (patch) | |
tree | 8d84e8a45627c3dce3d764a65d91b2da5a7a146b /kde-base | |
parent | hppa stable (diff) | |
download | historical-cb71857053b1d1da8782272d2cc4441e49bfe813.tar.gz historical-cb71857053b1d1da8782272d2cc4441e49bfe813.tar.bz2 historical-cb71857053b1d1da8782272d2cc4441e49bfe813.zip |
hppa stable
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdepim/kdepim-3.2.1.ebuild | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild b/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild index d99db3ec887b..74aa4ce9feea 100644 --- a/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild +++ b/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild,v 1.2 2004/03/09 12:33:29 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.1.ebuild,v 1.3 2004/03/12 11:16:30 vapier Exp $ inherit kde-dist DESCRIPTION="KDE network apps: kopete, kppp, kget. kmail and knode are now in kdepim." -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64" IUSE="slp samba" DEPEND="~kde-base/kdebase-${PV} diff --git a/kde-base/kdepim/kdepim-3.2.1.ebuild b/kde-base/kdepim/kdepim-3.2.1.ebuild index 74ff883502a5..15aab6c5e6cb 100644 --- a/kde-base/kdepim/kdepim-3.2.1.ebuild +++ b/kde-base/kdepim/kdepim-3.2.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.2.1.ebuild,v 1.4 2004/03/10 13:08:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.2.1.ebuild,v 1.5 2004/03/12 11:16:58 vapier Exp $ inherit kde-dist DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..." -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64" IUSE="pda crypt ldap" DEPEND="~kde-base/kdenetwork-${PV} @@ -16,8 +16,9 @@ DEPEND="~kde-base/kdenetwork-${PV} src_unpack() { kde_src_unpack - cd ${S} && epatch ${FILESDIR}/kpilot-parallel-make-fix.patch - cd ${S} && aclocal + cd ${S} + epatch ${FILESDIR}/kpilot-parallel-make-fix.patch + aclocal } src_compile() { |