diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-25 00:39:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-25 00:39:19 +0000 |
commit | 8d2f3fd43014aeda883fce5fa0413b7e8216efd5 (patch) | |
tree | a2bb67726eb460aef9af889bb02e53dc2d96cafd /dev-python | |
parent | fixed DEPEND as per bug #22978. (diff) | |
download | historical-8d2f3fd43014aeda883fce5fa0413b7e8216efd5.tar.gz historical-8d2f3fd43014aeda883fce5fa0413b7e8216efd5.tar.bz2 historical-8d2f3fd43014aeda883fce5fa0413b7e8216efd5.zip |
fixed DEPEND as per bug #22978.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyOpenSSL/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyOpenSSL/Manifest b/dev-python/pyOpenSSL/Manifest index beb583d8ba44..3ae9302ea320 100644 --- a/dev-python/pyOpenSSL/Manifest +++ b/dev-python/pyOpenSSL/Manifest @@ -1,3 +1,3 @@ -MD5 8672c0994a6702d169f2d8b2547f1980 ChangeLog 557 -MD5 66cf2311b18eeb7b008f4f71458dbe6c pyOpenSSL-0.5.1.ebuild 1199 +MD5 8c30450c2fd5956550e7207a67b63bef ChangeLog 557 +MD5 34f11894de2f0e445c72a20478860577 pyOpenSSL-0.5.1.ebuild 1199 MD5 3c24379240e464df5a860ce0413832eb files/digest-pyOpenSSL-0.5.1 67 diff --git a/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild b/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild index 21b1f03526ee..a318a8572025 100644 --- a/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild +++ b/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild,v 1.6 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyOpenSSL/pyOpenSSL-0.5.1.ebuild,v 1.7 2003/06/25 00:39:17 robbat2 Exp $ IUSE="tetex" @@ -13,7 +13,7 @@ SLOT="0" RDEPEND="virtual/python >=dev-libs/openssl-0.9.6g" DEPEND="$RDEPEND - tetex? >=app-text/latex2html-2002.1-r1" + tetex? ( >=dev-tex/latex2html-2002.2 )" KEYWORDS="~x86" inherit distutils |