diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 12:00:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 12:00:16 +0000 |
commit | 4c511edaf480b12547d36cf429d8adcd8eff3cc6 (patch) | |
tree | 4cb9767aa5cc23a38a87d0a7e7e5810cd32ee8cf /app-text/sigil | |
parent | Remove lz4-0_p106.ebuild pending a fix for incorrectly installed paths (diff) | |
download | gentoo-2-4c511edaf480b12547d36cf429d8adcd8eff3cc6.tar.gz gentoo-2-4c511edaf480b12547d36cf429d8adcd8eff3cc6.tar.bz2 gentoo-2-4c511edaf480b12547d36cf429d8adcd8eff3cc6.zip |
Add missing depend (#476134)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/sigil')
-rw-r--r-- | app-text/sigil/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sigil/sigil-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sigil/ChangeLog b/app-text/sigil/ChangeLog index f5207e6a42b0..3d559306c2d4 100644 --- a/app-text/sigil/ChangeLog +++ b/app-text/sigil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sigil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.12 2013/07/21 08:37:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/ChangeLog,v 1.13 2013/10/13 12:00:16 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> sigil-0.6.2.ebuild: + Add missing depend (#476134) 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -sigil-0.6.0.ebuild, metadata.xml: Cleanup due #92799 diff --git a/app-text/sigil/sigil-0.6.2.ebuild b/app-text/sigil/sigil-0.6.2.ebuild index 6ea80dd4a55c..70bb1711ada4 100644 --- a/app-text/sigil/sigil-0.6.2.ebuild +++ b/app-text/sigil/sigil-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild,v 1.2 2013/03/02 19:45:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.6.2.ebuild,v 1.3 2013/10/13 12:00:16 pacho Exp $ EAPI=4 CMAKE_BUILD_TYPE="Release" @@ -23,7 +23,7 @@ DEPEND=" >=dev-libs/libpcre-8.31 >=dev-libs/boost-1.49 >=app-text/hunspell-1.3.2 - >=dev-libs/xerces-c-3.1.1 + >=dev-libs/xerces-c-3.1.1[icu] >=dev-qt/qtwebkit-4.8:4 >=dev-qt/qtsvg-4.8:4 >=dev-qt/qtgui-4.8:4" |