diff options
author | 2003-11-14 11:43:42 +0000 | |
---|---|---|
committer | 2003-11-14 11:43:42 +0000 | |
commit | 13ac7b4d36d36cd7f89e11b19f4f2b025252ab7d (patch) | |
tree | 1bdcaeabb69c9607533ccacd96ea39d469f20689 /dev-util/tla | |
parent | dependency on app-arch/tar instead of sys-apps/tar (diff) | |
download | historical-13ac7b4d36d36cd7f89e11b19f4f2b025252ab7d.tar.gz historical-13ac7b4d36d36cd7f89e11b19f4f2b025252ab7d.tar.bz2 historical-13ac7b4d36d36cd7f89e11b19f4f2b025252ab7d.zip |
dependency on app-arch/tar instead of sys-apps/tar
Diffstat (limited to 'dev-util/tla')
-rw-r--r-- | dev-util/tla/Manifest | 2 | ||||
-rw-r--r-- | dev-util/tla/tla-1.1_pre7.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/tla/Manifest b/dev-util/tla/Manifest index cfaccce7ee58..32e4bd252a3b 100644 --- a/dev-util/tla/Manifest +++ b/dev-util/tla/Manifest @@ -1,5 +1,5 @@ MD5 34deae1caace6bf18d42eed1121a20e6 tla-1.0.6.ebuild 680 -MD5 02e8f844dd73cee0a42a4a1e0a2b01d0 tla-1.1_pre7.ebuild 1159 +MD5 4d5f81e70674c0f99a3c512e8d9dbba0 tla-1.1_pre7.ebuild 1157 MD5 25f5f229835acaa0b0d00d51392add31 ChangeLog 489 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 a60061c045de31b1a76d726434516598 files/digest-tla-1.1_pre7 64 diff --git a/dev-util/tla/tla-1.1_pre7.ebuild b/dev-util/tla/tla-1.1_pre7.ebuild index 7aaf1d9ea8b9..ec6a2e85ea0c 100644 --- a/dev-util/tla/tla-1.1_pre7.ebuild +++ b/dev-util/tla/tla-1.1_pre7.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/dev-util/tla/tla-1.1_pre7.ebuild,v 1.1 2003/10/20 04:53:41 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.1_pre7.ebuild,v 1.2 2003/11/14 11:43:40 seemant Exp $ MY_P="${P/_/}" @@ -18,7 +18,7 @@ DEPEND="sys-apps/coreutils sys-devel/patch sys-apps/findutils sys-apps/gawk - sys-apps/tar + app-arch/tar sys-apps/util-linux sys-apps/debianutils sys-devel/make" |