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 | dacbd93844e55a4ccbcba09961c235bc7bf3206c (patch) | |
tree | d3e9ae2986058cec35e93d2f30c83f3731ea75af /app-editors/quanta | |
parent | removing old revision (diff) | |
download | historical-dacbd93844e55a4ccbcba09961c235bc7bf3206c.tar.gz historical-dacbd93844e55a4ccbcba09961c235bc7bf3206c.tar.bz2 historical-dacbd93844e55a4ccbcba09961c235bc7bf3206c.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 |