diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:03:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:03:19 +0000 |
commit | 877778addd02328140dbefcc1e0c0feee3fbc23b (patch) | |
tree | dfeb071ed920f7174845eb5d9851f1c2fc3d8d32 /dev-python | |
parent | dep typo (diff) | |
download | historical-877778addd02328140dbefcc1e0c0feee3fbc23b.tar.gz historical-877778addd02328140dbefcc1e0c0feee3fbc23b.tar.bz2 historical-877778addd02328140dbefcc1e0c0feee3fbc23b.zip |
dep typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/visual/Manifest | 4 | ||||
-rw-r--r-- | dev-python/visual/visual-3.2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/visual/Manifest b/dev-python/visual/Manifest index b5ce01bb5dcb..28d949d8ede7 100644 --- a/dev-python/visual/Manifest +++ b/dev-python/visual/Manifest @@ -1,4 +1,4 @@ -MD5 9f743338261e6f4f2a1313e13b5937e8 ChangeLog 326 MD5 dc0b1d0f6421b62d34ca91dd8ac2d52d metadata.xml 255 -MD5 9be04900cc32868eee17d77bf4f8d1e6 visual-3.2.1.ebuild 1752 +MD5 a5197ae20b07698eca401a7f78824a9d visual-3.2.1.ebuild 1757 +MD5 9f743338261e6f4f2a1313e13b5937e8 ChangeLog 326 MD5 6d6e6100c2055b0082f7ddbee8f2d1e2 files/digest-visual-3.2.1 65 diff --git a/dev-python/visual/visual-3.2.1.ebuild b/dev-python/visual/visual-3.2.1.ebuild index 794d0425a5d1..97464513b32f 100644 --- a/dev-python/visual/visual-3.2.1.ebuild +++ b/dev-python/visual/visual-3.2.1.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/visual/visual-3.2.1.ebuild,v 1.5 2005/06/01 17:46:57 tercel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-3.2.1.ebuild,v 1.6 2005/06/09 01:03:19 mr_bones_ Exp $ inherit distutils @@ -21,7 +21,7 @@ DEPEND=">=dev-lang/python-2.3 >=dev-libs/boost-1.31 numeric? ( dev-python/numeric ) numarray? ( >=dev-python/numarray-1.0 ) - !numeric? ( !numarray? (dev-python/numeric) )" + !numeric? ( !numarray? ( dev-python/numeric ) )" src_compile() { local myconf="--without-numarray --without-numeric" |