diff options
author | 2002-10-20 18:52:11 +0000 | |
---|---|---|
committer | 2002-10-20 18:52:11 +0000 | |
commit | 5e92b7bc34fe53fc2c3f709a43554279b7f3239a (patch) | |
tree | b407f0c3166b346e7e24d2ec9b505695ad3f1cc9 /net-mail/mpack/mpack-1.5.ebuild | |
parent | Remove rdepend=depend (diff) | |
download | historical-5e92b7bc34fe53fc2c3f709a43554279b7f3239a.tar.gz historical-5e92b7bc34fe53fc2c3f709a43554279b7f3239a.tar.bz2 historical-5e92b7bc34fe53fc2c3f709a43554279b7f3239a.zip |
Remove rdepend=depend
Diffstat (limited to 'net-mail/mpack/mpack-1.5.ebuild')
-rw-r--r-- | net-mail/mpack/mpack-1.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/mpack/mpack-1.5.ebuild b/net-mail/mpack/mpack-1.5.ebuild index 107deeee19c2..479f9a04417a 100644 --- a/net-mail/mpack/mpack-1.5.ebuild +++ b/net-mail/mpack/mpack-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.3 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.4 2002/10/20 18:52:11 vapier Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Command-line MIME encoding and decoding utilities" @@ -12,7 +12,6 @@ LICENSE="as-is" KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { |