diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 01:14:33 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-01-12 01:14:33 +0000 |
commit | 519f8ffeb4a5e985438980ef1ee06ada3cc23625 (patch) | |
tree | c2dcb8486db7ef14d4beb855aa8951f9dab1c87d /app-office | |
parent | Add patch to disable xinerama checking and linking as it's not used at all (-... (diff) | |
download | gentoo-2-519f8ffeb4a5e985438980ef1ee06ada3cc23625.tar.gz gentoo-2-519f8ffeb4a5e985438980ef1ee06ada3cc23625.tar.bz2 gentoo-2-519f8ffeb4a5e985438980ef1ee06ada3cc23625.zip |
Require qt4 to be < 4.1 (bug #118196).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmaker/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texmaker/Manifest | 4 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.21.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index d1c89e265193..1adbc2d936b3 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.14 2006/01/08 22:27:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.15 2006/01/12 01:14:33 nattfodd Exp $ 08 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> texmaker-1.11-r1.ebuild: ppc stable, bug #117469 + 12 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> texmaker-1.21.ebuild: + Require qt4 to be < 4.1 (see bug #118196). Hopefully will be fixed in newer + releases. + 06 Jan 2006; Simon Stelling <blubb@gentoo.org> texmaker-1.11-r1.ebuild: stable on amd64 diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest index fa975981721a..945c3fd4b8c1 100644 --- a/app-office/texmaker/Manifest +++ b/app-office/texmaker/Manifest @@ -1,8 +1,8 @@ -MD5 949ddb2cc80fda065c4daeae33aad25b ChangeLog 2028 +MD5 b15ff182f2cd29e71c1af910446d7397 ChangeLog 2195 MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11 66 MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11-r1 66 MD5 87c6b930962d1f18ddef65c23a1ccd79 files/digest-texmaker-1.21 67 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 53c85051fb2b3d060934596cf6059fa9 texmaker-1.11-r1.ebuild 1500 MD5 4795d01e61e250245aef7dfeabff2d9a texmaker-1.11.ebuild 1395 -MD5 4e5ebf4c3a8ac523c7a8aaa7e693486f texmaker-1.21.ebuild 1569 +MD5 d6f29163f823043e77d160b42fac4452 texmaker-1.21.ebuild 1563 diff --git a/app-office/texmaker/texmaker-1.21.ebuild b/app-office/texmaker/texmaker-1.21.ebuild index 695a14875b7b..544b1d96fbce 100644 --- a/app-office/texmaker/texmaker-1.21.ebuild +++ b/app-office/texmaker/texmaker-1.21.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.2 2006/01/03 12:15:07 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.3 2006/01/12 01:14:33 nattfodd Exp $ -inherit qt4 eutils versionator +inherit eutils versionator DESCRIPTION="a nice LaTeX-IDE" @@ -29,7 +29,7 @@ DEPEND="virtual/x11 app-text/psutils virtual/ghostscript media-libs/netpbm - $(qt_min_version 4)" + =x11-libs/qt-4.0*" src_compile() { cd ${S} |