diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-02 04:31:05 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-02 04:31:05 +0000 |
commit | cbd10c018f573b8c81f4fde1ce8932aac56f8d01 (patch) | |
tree | 9f0c76161fbbdd7f8d8964e69ba259b042e29aa0 /dev-python/pycrypto | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-cbd10c018f573b8c81f4fde1ce8932aac56f8d01.tar.gz gentoo-2-cbd10c018f573b8c81f4fde1ce8932aac56f8d01.tar.bz2 gentoo-2-cbd10c018f573b8c81f4fde1ce8932aac56f8d01.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pycrypto/ChangeLog b/dev-python/pycrypto/ChangeLog index bc89377041d9..7e854823becb 100644 --- a/dev-python/pycrypto/ChangeLog +++ b/dev-python/pycrypto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycrypto # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.9 2004/06/25 01:38:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/ChangeLog,v 1.10 2004/07/02 04:28:45 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> pycrypto-1.9_alpha4.ebuild, + pycrypto-1.9_alpha6.ebuild: + change virtual/glibc to virtual/libc 02 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> pycrypto-1.9_alpha6.ebuild: diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild index 250f76058a59..b013ed0a5a5b 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # 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.9 2004/06/25 01:38:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha4.ebuild,v 1.10 2004/07/02 04:28:45 squinky86 Exp $ DESCRIPTION="Python cryptography toolkit." HOMEPAGE="http://www.amk.ca/python/code/crypto.html" LICENSE="freedist" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/python" SLOT="0" diff --git a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild index 1d25ab52eb3d..abc712aef218 100644 --- a/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild +++ b/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.14 2004/06/25 01:38:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrypto/pycrypto-1.9_alpha6.ebuild,v 1.15 2004/07/02 04:28:45 squinky86 Exp $ inherit distutils IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.amk.ca/python/code/crypto.html" SRC_URI="http://www.amk.ca/files/python/crypto/${P/_alpha/a}.tar.gz" LICENSE="freedist" -DEPEND="virtual/glibc +DEPEND="virtual/libc dev-lang/python" SLOT="0" |