diff options
author | 2005-05-06 03:31:49 +0000 | |
---|---|---|
committer | 2005-05-06 03:31:49 +0000 | |
commit | 40004b105517563b4d1119cb5fd83441488c3e89 (patch) | |
tree | 65c1c47bb47569292b14dd415949f5154fbdfc45 /app-text/ding/ding-1.2.ebuild | |
parent | Removed * postfix from <, <=, >= and > dependencies. (diff) | |
download | historical-40004b105517563b4d1119cb5fd83441488c3e89.tar.gz historical-40004b105517563b4d1119cb5fd83441488c3e89.tar.bz2 historical-40004b105517563b4d1119cb5fd83441488c3e89.zip |
Removed * postfix from <, <=, >= and > dependencies.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'app-text/ding/ding-1.2.ebuild')
-rw-r--r-- | app-text/ding/ding-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ding/ding-1.2.ebuild b/app-text/ding/ding-1.2.ebuild index 480f7efcf263..3c80c65789f1 100644 --- a/app-text/ding/ding-1.2.ebuild +++ b/app-text/ding/ding-1.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/app-text/ding/ding-1.2.ebuild,v 1.11 2005/04/24 11:35:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ding/ding-1.2.ebuild,v 1.12 2005/05/06 03:31:49 swegener Exp $ DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc" IUSE="" -RDEPEND=">=dev-lang/tk-8* - >=sys-apps/grep-2*" +RDEPEND=">=dev-lang/tk-8 + >=sys-apps/grep-2" src_install() { dobin ding |