diff options
author | 2004-04-16 01:15:25 +0000 | |
---|---|---|
committer | 2004-04-16 01:15:25 +0000 | |
commit | 0496805d1ed00fe257cf47c50f55c906dfbed957 (patch) | |
tree | c814cc0f77d3e4481fccf891e5ed84f917b427e8 /app-office/koffice/koffice-1.3.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-0496805d1ed00fe257cf47c50f55c906dfbed957.tar.gz gentoo-2-0496805d1ed00fe257cf47c50f55c906dfbed957.tar.bz2 gentoo-2-0496805d1ed00fe257cf47c50f55c906dfbed957.zip |
Fix automake and autoconf wantages
Diffstat (limited to 'app-office/koffice/koffice-1.3.ebuild')
-rw-r--r-- | app-office/koffice/koffice-1.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-office/koffice/koffice-1.3.ebuild b/app-office/koffice/koffice-1.3.ebuild index f26962707738..cacefc51fc64 100644 --- a/app-office/koffice/koffice-1.3.ebuild +++ b/app-office/koffice/koffice-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.ebuild,v 1.4 2004/02/26 12:24:16 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.ebuild,v 1.5 2004/04/16 01:15:25 caleb Exp $ inherit kde # TODO : mysql support @@ -27,6 +27,3 @@ DEPEND="$DEPEND export LIBPYTHON="`python-config --libs`" #export LIBPYTHON="${LIBPYTHON//-L \/usr\/lib\/python2.2\/config}" -need-automake 1.5 -need-autoconf 2.5 - |