diff options
author | Peter Volkov <pva@gentoo.org> | 2011-06-14 10:57:12 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-06-14 10:57:12 +0000 |
commit | 1d9aab24ce7abb539660964af4bcbf2db051a7a3 (patch) | |
tree | 206fc829308e4e2f97eab7f514b4356046c7a2f4 /media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild | |
parent | remove old (diff) | |
download | gentoo-2-1d9aab24ce7abb539660964af4bcbf2db051a7a3.tar.gz gentoo-2-1d9aab24ce7abb539660964af4bcbf2db051a7a3.tar.bz2 gentoo-2-1d9aab24ce7abb539660964af4bcbf2db051a7a3.zip |
Add missing app-arch/unzip dependency, bug 371225, thank Piotr Szymaniak for report.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild')
-rw-r--r-- | media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild index e23c04292823..c8ed37c17f45 100644 --- a/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild +++ b/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild,v 1.1 2011/03/30 13:58:31 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kanjistrokeorders/kanjistrokeorders-2.016.ebuild,v 1.2 2011/06/14 10:57:12 pva Exp $ inherit font @@ -17,6 +17,9 @@ IUSE="" # Only installs fonts RESTRICT="strip binchecks" +DEPEND="app-arch/unzip" +RDEPEND="" + S="${WORKDIR}" FONT_S="${S}" |