diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-17 07:55:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-17 07:55:28 +0000 |
commit | ce718f7856119a7ee25cd53e91334a84c5c76440 (patch) | |
tree | d805913c4ab7a2a08541f1533eae8d9f36cd2c6b /app-office | |
parent | Added missing patch file (bug #371969) (diff) | |
download | gentoo-2-ce718f7856119a7ee25cd53e91334a84c5c76440.tar.gz gentoo-2-ce718f7856119a7ee25cd53e91334a84c5c76440.tar.bz2 gentoo-2-ce718f7856119a7ee25cd53e91334a84c5c76440.zip |
Add missing deps, #371739
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmakerx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmakerx/texmakerx-2.1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/texmakerx/ChangeLog b/app-office/texmakerx/ChangeLog index b19fc2c1989d..1d62ac0fcdd9 100644 --- a/app-office/texmakerx/ChangeLog +++ b/app-office/texmakerx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmakerx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/ChangeLog,v 1.1 2011/06/12 07:33:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/ChangeLog,v 1.2 2011/06/17 07:55:28 jlec Exp $ + + 17 Jun 2011; Justin Lecher <jlec@gentoo.org> texmakerx-2.1.ebuild: + Add missing deps, #371739 *texmakerx-2.1 (12 Jun 2011) diff --git a/app-office/texmakerx/texmakerx-2.1.ebuild b/app-office/texmakerx/texmakerx-2.1.ebuild index 3deaffc766f7..15c4313ce01a 100644 --- a/app-office/texmakerx/texmakerx-2.1.ebuild +++ b/app-office/texmakerx/texmakerx-2.1.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/app-office/texmakerx/texmakerx-2.1.ebuild,v 1.1 2011/06/12 07:33:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmakerx/texmakerx-2.1.ebuild,v 1.2 2011/06/17 07:55:28 jlec Exp $ EAPI=4 @@ -16,13 +16,15 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" COMMON_DEPEND=" + app-text/hunspell app-text/poppler[qt4] x11-libs/libX11 x11-libs/libXext >=x11-libs/qt-gui-4.6.1:4 >=x11-libs/qt-core-4.6.1:4 - >=x11-libs/qt-webkit-4.6.1:4 - >=app-text/hunspell-1.2.4" + >=x11-libs/qt-script-4.6.1:4 + >=x11-libs/qt-test-4.6.1:4 + >=x11-libs/qt-webkit-4.6.1:4" RDEPEND="${COMMON_DEPEND} virtual/latex-base app-text/psutils |