diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 19:38:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 19:38:14 +0000 |
commit | bde77652625ccc9fb21d08d7cab76e1a2c670349 (patch) | |
tree | b9d6b22904a5121142d5c58ea943b2925ebd3b65 /app-office/texmaker | |
parent | version bump, thanks to Dustin Surawicz <gentoobugs.20.dsurawicz@spamgourmet.... (diff) | |
download | gentoo-2-bde77652625ccc9fb21d08d7cab76e1a2c670349.tar.gz gentoo-2-bde77652625ccc9fb21d08d7cab76e1a2c670349.tar.bz2 gentoo-2-bde77652625ccc9fb21d08d7cab76e1a2c670349.zip |
switch to latex-base, allow split qt4 deps
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.60.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 3192d79795f8..a2be54a36555 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.42 2008/05/11 19:35:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.43 2008/05/11 19:38:14 aballier Exp $ + + 11 May 2008; Alexis Ballier <aballier@gentoo.org> texmaker-1.60.ebuild: + switch to latex-base, allow split qt4 deps *texmaker-1.71 (11 May 2008) diff --git a/app-office/texmaker/texmaker-1.60.ebuild b/app-office/texmaker/texmaker-1.60.ebuild index 492c5c4b8f1b..0d58d07771fb 100644 --- a/app-office/texmaker/texmaker-1.60.ebuild +++ b/app-office/texmaker/texmaker-1.60.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.60.ebuild,v 1.6 2008/01/21 14:03:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.60.ebuild,v 1.7 2008/05/11 19:38:14 aballier Exp $ + +EAPI=1 inherit eutils versionator qt4 @@ -32,10 +34,10 @@ IUSE="" DEPEND="x11-libs/libX11 x11-libs/libXext app-text/aspell - $(qt4_min_version 4.3)" + || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )" RDEPEND="${DEPEND} - virtual/tetex + virtual/latex-base app-text/psutils virtual/ghostscript media-libs/netpbm" |