summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-10-19 07:26:40 +0000
committerAlex Alexander <wired@gentoo.org>2010-10-19 07:26:40 +0000
commite3a869e4c2d560cfcc664ac5f685be40514f3c08 (patch)
tree05f12f67fad18d3b7e9acbda16dd7b5232dd4beb /app-text
parentRespect LDFLAGS. Bug #331865 (diff)
downloadgentoo-2-e3a869e4c2d560cfcc664ac5f685be40514f3c08.tar.gz
gentoo-2-e3a869e4c2d560cfcc664ac5f685be40514f3c08.tar.bz2
gentoo-2-e3a869e4c2d560cfcc664ac5f685be40514f3c08.zip
added missing dep, bug #340279
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/focuswriter/ChangeLog5
-rw-r--r--app-text/focuswriter/focuswriter-1.3.0.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog
index 4aac641c61c2..9c9843594716 100644
--- a/app-text/focuswriter/ChangeLog
+++ b/app-text/focuswriter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/focuswriter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.6 2010/10/06 20:38:08 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.7 2010/10/19 07:26:40 wired Exp $
+
+ 19 Oct 2010; Alex Alexander <wired@gentoo.org> focuswriter-1.3.0.ebuild:
+ added missing dep, bug #340279, thanks to Jan Psota
*focuswriter-1.3.0 (06 Oct 2010)
diff --git a/app-text/focuswriter/focuswriter-1.3.0.ebuild b/app-text/focuswriter/focuswriter-1.3.0.ebuild
index 23817c4fe8bd..21b2589a7c75 100644
--- a/app-text/focuswriter/focuswriter-1.3.0.ebuild
+++ b/app-text/focuswriter/focuswriter-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.0.ebuild,v 1.1 2010/10/06 20:38:08 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.0.ebuild,v 1.2 2010/10/19 07:26:40 wired Exp $
EAPI=3
inherit qt4-r2
@@ -14,8 +14,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-DEPEND="x11-libs/qt-gui:4
- app-text/hunspell"
+DEPEND="
+ app-text/hunspell
+ dev-libs/libzip
+ x11-libs/qt-gui:4
+ "
RDEPEND="${DEPEND}"
DOCS="ChangeLog README"