diff options
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict-hnd-en-vi/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-dicts/stardict-hnd-en-vi/ChangeLog b/app-dicts/stardict-hnd-en-vi/ChangeLog index 8fb9cb023def..7955a4c53be5 100644 --- a/app-dicts/stardict-hnd-en-vi/ChangeLog +++ b/app-dicts/stardict-hnd-en-vi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict-hnd-en-vi -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/ChangeLog,v 1.1 2005/12/03 11:31:43 pclouds Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/ChangeLog,v 1.2 2006/03/19 18:54:13 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> + stardict-hnd-en-vi-20050917.ebuild: + Add DEPEND on app-arch/unzip *stardict-hnd-en-vi-20050917 (03 Dec 2005) diff --git a/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild b/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild index aff5373600fa..a681d51e4e3a 100644 --- a/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild +++ b/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-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-en-vi/stardict-hnd-en-vi-20050917.ebuild,v 1.1 2005/12/03 11:31:43 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-en-vi/stardict-hnd-en-vi-20050917.ebuild,v 1.2 2006/03/19 18:54:13 halcy0n Exp $ FROM_LANG="English" TO_LANG="Vietnamese" @@ -14,4 +14,7 @@ KEYWORDS="~x86" IUSE="" S="${WORKDIR}/AnhViet" +DEPEND="${DEPEND} + app-arch/unzip" + RDEPEND=">=app-dicts/stardict-2.4.2" |