diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:11:45 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:11:45 +0000 |
commit | 6e91694bd8ea8bc45003c6b2978fe52763bb5390 (patch) | |
tree | 0b1e42e4a4123d8dd2d059737333c38825314796 /dev-db/libiodbc/libiodbc-3.51.2.ebuild | |
parent | add nls support (#95402); remove old versions (diff) | |
download | gentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.tar.gz gentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.tar.bz2 gentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db/libiodbc/libiodbc-3.51.2.ebuild')
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.51.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/libiodbc/libiodbc-3.51.2.ebuild b/dev-db/libiodbc/libiodbc-3.51.2.ebuild index 65a8ab734899..7f1a325ebffc 100644 --- a/dev-db/libiodbc/libiodbc-3.51.2.ebuild +++ b/dev-db/libiodbc/libiodbc-3.51.2.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/dev-db/libiodbc/libiodbc-3.51.2.ebuild,v 1.8 2005/06/11 06:44:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.2.ebuild,v 1.9 2005/06/12 12:10:55 swegener Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="gtk" DEPEND="virtual/libc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 - gtk? ( >=x11-libs/gtk+-1.2.10* )" + gtk? ( >=x11-libs/gtk+-1.2.10 )" src_unpack() { unpack ${A} |