diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-09 17:26:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-09 17:26:44 +0000 |
commit | a4830b688a4d8deff009572dd3a9c49a8c8e54ac (patch) | |
tree | 54f3f64abcdd202c86323148f68dd796f05288a1 /app-office/texmaker | |
parent | fix repoman warning (diff) | |
download | gentoo-2-a4830b688a4d8deff009572dd3a9c49a8c8e54ac.tar.gz gentoo-2-a4830b688a4d8deff009572dd3a9c49a8c8e54ac.tar.bz2 gentoo-2-a4830b688a4d8deff009572dd3a9c49a8c8e54ac.zip |
Set default qt choice
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-4.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 1273669f876b..7e823c5a6a36 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.146 2015/03/02 09:04:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.147 2015/03/09 17:26:44 jlec Exp $ + + 09 Mar 2015; Justin Lecher <jlec@gentoo.org> texmaker-4.4.1.ebuild: + Set default qt choice 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> texmaker-4.0.1.ebuild, texmaker-4.1.1.ebuild, texmaker-4.1.ebuild, texmaker-4.2.ebuild, diff --git a/app-office/texmaker/texmaker-4.4.1.ebuild b/app-office/texmaker/texmaker-4.4.1.ebuild index 4781d6531ef2..b9e678fcc9a0 100644 --- a/app-office/texmaker/texmaker-4.4.1.ebuild +++ b/app-office/texmaker/texmaker-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild,v 1.5 2015/03/02 09:04:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.4.1.ebuild,v 1.6 2015/03/09 17:26:44 jlec Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="qt4 qt5" +IUSE="+qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" |