Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmaker/
Date: Thu, 26 Nov 2015 11:46:06
Message-Id: 1448537896.2a05793c844039179977d07120140d32d41471dd.jlec@gentoo
1 commit: 2a05793c844039179977d07120140d32d41471dd
2 Author: Stephen Bosch <stephen.bosch <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 26 11:38:16 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 11:38:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a05793c
7
8 app-office/texmaker: make qt5 default
9
10 app-office/texmaker/texmaker-4.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-office/texmaker/texmaker-4.5.ebuild b/app-office/texmaker/texmaker-4.5.ebuild
14 index 63debce..a1fa521 100644
15 --- a/app-office/texmaker/texmaker-4.5.ebuild
16 +++ b/app-office/texmaker/texmaker-4.5.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2"
18 LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
21 -IUSE="+qt4 qt5"
22 +IUSE="qt4 +qt5"
23
24 REQUIRED_USE="^^ ( qt4 qt5 )"