diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-25 19:47:47 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-25 19:47:47 +0000 |
commit | d003e131e647478b103597304386f8f736db2fd2 (patch) | |
tree | a64bd7a85af93d0fd364236ef144f4b3096d2f4d /app-editors/quanta | |
parent | removing old revision (diff) | |
download | gentoo-2-d003e131e647478b103597304386f8f736db2fd2.tar.gz gentoo-2-d003e131e647478b103597304386f8f736db2fd2.tar.bz2 gentoo-2-d003e131e647478b103597304386f8f736db2fd2.zip |
inherit kde-base not kde again
Diffstat (limited to 'app-editors/quanta')
-rw-r--r-- | app-editors/quanta/quanta-2.0_pre2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild index 67ec672327e4..aa4c6d80162a 100644 --- a/app-editors/quanta/quanta-2.0_pre2-r1.ebuild +++ b/app-editors/quanta/quanta-2.0_pre2-r1.ebuild @@ -1,9 +1,9 @@ # 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-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.3 2001/11/16 12:50:41 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2-r1.ebuild,v 1.4 2001/11/25 19:47:47 danarmak Exp $ . /usr/portage/eclass/inherit.eclass -inherit kde || die +inherit kde-base || die need-kdelibs 2.1 |