diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:47:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:47:32 +0000 |
commit | f43eb2039eee0436e748aa4b214ce04407c10faf (patch) | |
tree | 5a6c22ced6b563c4c06172c5ffec3a6a06f909dc /dev-python/pycrypto | |
parent | Remove rdepend=depend (diff) | |
download | historical-f43eb2039eee0436e748aa4b214ce04407c10faf.tar.gz historical-f43eb2039eee0436e748aa4b214ce04407c10faf.tar.bz2 historical-f43eb2039eee0436e748aa4b214ce04407c10faf.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild index 3142a703b646..c28dde007326 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.2 2002/10/17 16:36:53 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.3 2002/10/20 18:47:32 vapier Exp $ DESCRIPTION="Python cryptography toolkit." HOMEPAGE="http://www.amk.ca/python/code/crypto.html" @@ -8,7 +8,6 @@ LICENSE="freedist" DEPEND="virtual/glibc dev-lang/python" -RDEPEND="${DEPEND}" SLOT="0" KEYWORDS="x86 alpha" |