diff options
Diffstat (limited to 'app-office/koffice/koffice-1.1.ebuild')
-rw-r--r-- | app-office/koffice/koffice-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/koffice/koffice-1.1.ebuild b/app-office/koffice/koffice-1.1.ebuild index 2b63e8f21148..462202a71176 100644 --- a/app-office/koffice/koffice-1.1.ebuild +++ b/app-office/koffice/koffice-1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.ebuild,v 1.10 2001/12/08 17:27:11 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.1.ebuild,v 1.11 2001/12/23 21:35:15 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die -need-kdelibs 2.2 +need-kde 2.2 DESCRIPTION="KDE ${PV} - KOffice" @@ -34,4 +34,4 @@ src_compile() { cd ${S} make LIBPYTHON="`python-config --libs`" -}
\ No newline at end of file +} |