diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 18:58:48 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 18:58:48 +0000 |
commit | bb16d0ccf49d989f8a4fb4bb65992289b6c4840c (patch) | |
tree | f78c2222d863b063c723bdf2e0c99c248744817f /app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild | |
parent | Add DEPEND on app-arch/unzip (diff) | |
download | gentoo-2-bb16d0ccf49d989f8a4fb4bb65992289b6c4840c.tar.gz gentoo-2-bb16d0ccf49d989f8a4fb4bb65992289b6c4840c.tar.bz2 gentoo-2-bb16d0ccf49d989f8a4fb4bb65992289b6c4840c.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild')
-rw-r--r-- | app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild b/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild index a1b92ef7bd03..3f0f93997bce 100644 --- a/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild +++ b/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild,v 1.1 2005/12/03 11:41:17 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild,v 1.2 2006/03/19 18:58:48 halcy0n Exp $ FROM_LANG="Vietnamese" TO_LANG="French" @@ -14,4 +14,7 @@ KEYWORDS="~x86" IUSE="" S="${WORKDIR}/VietPhap" +DEPEND="${DEPEND} + app-arch/unzip" + RDEPEND=">=app-dicts/stardict-2.4.2" |