diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 17:03:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 17:03:21 +0000 |
commit | c1c66c7933881300050819815dc3663c8afbd328 (patch) | |
tree | de2df20142c449aadf91a7abf93d67d24398e0b1 /media-libs/SoQt | |
parent | Revision bump. Added a patch (based on the one from www.ecsirt.net) that allo... (diff) | |
download | gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.tar.gz gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.tar.bz2 gentoo-2-c1c66c7933881300050819815dc3663c8afbd328.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/SoQt/SoQt-1.0.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/SoQt/ChangeLog b/media-libs/SoQt/ChangeLog index 36fac5faac82..f49357ad3099 100644 --- a/media-libs/SoQt/ChangeLog +++ b/media-libs/SoQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/SoQt -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.8 2004/06/24 23:23:25 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.9 2005/05/06 17:02:12 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> SoQt-1.0.2.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 07 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> : Removed SoQt-20010601-r1.ebuild since it depends on a version of diff --git a/media-libs/SoQt/SoQt-1.0.2.ebuild b/media-libs/SoQt/SoQt-1.0.2.ebuild index 2aa079f0cfb1..4fc0c86a78ab 100644 --- a/media-libs/SoQt/SoQt-1.0.2.ebuild +++ b/media-libs/SoQt/SoQt-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.0.2.ebuild,v 1.5 2004/07/14 20:29:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.0.2.ebuild,v 1.6 2005/05/06 17:02:12 swegener Exp $ DESCRIPTION="A Qt Interface for coin" SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/${P}.tar.gz" @@ -13,8 +13,8 @@ IUSE="" DEPEND="virtual/x11 virtual/opengl - >=x11-libs/qt-2.3* - >=media-libs/coin-${PV}*" + >=x11-libs/qt-2.3 + >=media-libs/coin-${PV}" src_install() { make DESTDIR=${D} install || die |