diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 11:40:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 11:40:59 +0000 |
commit | e3ab9acad379c87932b54473134da707874e2d34 (patch) | |
tree | f2b95307c24a2bfabf7e36c89e53bb2faa3bc322 /media-libs/atlas-c++/atlas-c++-0.5.92.ebuild | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-e3ab9acad379c87932b54473134da707874e2d34.tar.gz gentoo-2-e3ab9acad379c87932b54473134da707874e2d34.tar.bz2 gentoo-2-e3ab9acad379c87932b54473134da707874e2d34.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs/atlas-c++/atlas-c++-0.5.92.ebuild')
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.5.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild index 80f66f62be92..44989e045026 100644 --- a/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.1 2005/02/04 08:19:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.2 2005/05/06 11:36:02 swegener Exp $ inherit eutils @@ -17,7 +17,7 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/libc - >=dev-libs/libsigc++-1.2*" + >=dev-libs/libsigc++-1.2" src_install() { make DESTDIR=${D} install || die |