diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-10-08 14:36:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-10-08 14:36:59 +0000 |
commit | e3bfa43e97719f0f10aaa36ffd8aed848a794ccb (patch) | |
tree | 6f13324f1671308ed9715774673f494cfa7c9b6a /app-editors | |
parent | i am sooooo dumb (diff) | |
download | historical-e3bfa43e97719f0f10aaa36ffd8aed848a794ccb.tar.gz historical-e3bfa43e97719f0f10aaa36ffd8aed848a794ccb.tar.bz2 historical-e3bfa43e97719f0f10aaa36ffd8aed848a794ccb.zip |
add inherited dependencies
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/klat/Manifest | 4 | ||||
-rw-r--r-- | app-editors/klat/klat-0.4.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/klat/Manifest b/app-editors/klat/Manifest index 9baa67a6d24a..ead380929a53 100644 --- a/app-editors/klat/Manifest +++ b/app-editors/klat/Manifest @@ -1,3 +1,3 @@ -MD5 e4209a9e2cad02fa761a9ee3e779347a files/digest-klat-0.4.0 63 +MD5 e3cc264ff6e8bf0d5776ac4d785df7cf klat-0.4.0.ebuild 529 MD5 f632c4640027e62aff43a21ec733722d ChangeLog 460 -MD5 2758209157edb8ed97a826de09d5a8cc klat-0.4.0.ebuild 522 +MD5 e4209a9e2cad02fa761a9ee3e779347a files/digest-klat-0.4.0 63 diff --git a/app-editors/klat/klat-0.4.0.ebuild b/app-editors/klat/klat-0.4.0.ebuild index 0d20ff27b776..2a6f65612f21 100644 --- a/app-editors/klat/klat-0.4.0.ebuild +++ b/app-editors/klat/klat-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.6 2003/08/05 18:16:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/klat/klat-0.4.0.ebuild,v 1.7 2003/10/08 14:36:54 caleb Exp $ inherit kde-base need-kde 3 @@ -12,7 +12,7 @@ SRC_URI="http://lumumba.luc.ac.be/jori/klat/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="x86 ~sparc" -DEPEND="app-text/tetex" +DEPEND="$DEPEND app-text/tetex" src_install() { einstall || die |