diff options
author | Stephen Bosch <stephen.bosch@gmail.com> | 2015-11-26 12:38:16 +0100 |
---|---|---|
committer | Stephen Bosch <stephen.bosch@gmail.com> | 2015-11-26 12:38:16 +0100 |
commit | 2a05793c844039179977d07120140d32d41471dd (patch) | |
tree | c45140c59012e86c20920666526b4c1db8d868dc /app-office/texmaker | |
parent | app-office/texmaker: version bump to 4.5 #566790 (diff) | |
download | gentoo-2a05793c844039179977d07120140d32d41471dd.tar.gz gentoo-2a05793c844039179977d07120140d32d41471dd.tar.bz2 gentoo-2a05793c844039179977d07120140d32d41471dd.zip |
app-office/texmaker: make qt5 default
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/texmaker-4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/texmaker/texmaker-4.5.ebuild b/app-office/texmaker/texmaker-4.5.ebuild index 63debcea6930..a1fa521bac92 100644 --- a/app-office/texmaker/texmaker-4.5.ebuild +++ b/app-office/texmaker/texmaker-4.5.ebuild @@ -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 )" |