diff options
author | 2015-03-09 17:28:38 +0000 | |
---|---|---|
committer | 2015-03-09 17:28:38 +0000 | |
commit | 2f7c031c00c00a2aba9214be385351fd443187af (patch) | |
tree | 03add99af2bf14c3d3d4ed77324e9f1f20716a25 /app-office/texstudio | |
parent | Set default qt choice (diff) | |
download | gentoo-2-2f7c031c00c00a2aba9214be385351fd443187af.tar.gz gentoo-2-2f7c031c00c00a2aba9214be385351fd443187af.tar.bz2 gentoo-2-2f7c031c00c00a2aba9214be385351fd443187af.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/texstudio')
-rw-r--r-- | app-office/texstudio/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index 5d1515f82822..1b15c7682979 100644 --- a/app-office/texstudio/ChangeLog +++ b/app-office/texstudio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texstudio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.40 2015/03/09 15:44:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.41 2015/03/09 17:28:38 jlec Exp $ + + 09 Mar 2015; Justin Lecher <jlec@gentoo.org> texstudio-2.9.0.ebuild: + Set default qt choice *texstudio-2.9.0 (09 Mar 2015) diff --git a/app-office/texstudio/texstudio-2.9.0.ebuild b/app-office/texstudio/texstudio-2.9.0.ebuild index b36cfb7fe232..3a8ffb5bdfa4 100644 --- a/app-office/texstudio/texstudio-2.9.0.ebuild +++ b/app-office/texstudio/texstudio-2.9.0.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/texstudio/texstudio-2.9.0.ebuild,v 1.1 2015/03/09 15:44:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.9.0.ebuild,v 1.2 2015/03/09 17:28:38 jlec Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="video qt4 qt5" +IUSE="video +qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" |