diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-03 14:04:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-03 14:04:19 +0000 |
commit | 728c558ce0c925071ccd097b856286cac6155375 (patch) | |
tree | 4eb5e7ebd39f6721922cda7f5292af2cbe4971bd /app-office/texstudio | |
parent | Fix invalid flag USE=sse2 use, my mistake. Bug #538630. (diff) | |
download | gentoo-2-728c558ce0c925071ccd097b856286cac6155375.tar.gz gentoo-2-728c558ce0c925071ccd097b856286cac6155375.tar.bz2 gentoo-2-728c558ce0c925071ccd097b856286cac6155375.zip |
app-office/texstudio: Add another missing USE constraint
(Portage version: 2.2.15/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.8.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index 710e87fcf821..3575b8b094dc 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.36 2015/02/03 12:35:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.37 2015/02/03 14:04:19 jlec Exp $ + + 03 Feb 2015; Justin Lecher <jlec@gentoo.org> texstudio-2.8.6.ebuild: + Add another missing USE constraint 03 Feb 2015; Justin Lecher <jlec@gentoo.org> texstudio-2.8.8.ebuild: Add missing USE_DEP for dev-qt/qtsingleapplication diff --git a/app-office/texstudio/texstudio-2.8.6.ebuild b/app-office/texstudio/texstudio-2.8.6.ebuild index 485397837195..49fb00eb1252 100644 --- a/app-office/texstudio/texstudio-2.8.6.ebuild +++ b/app-office/texstudio/texstudio-2.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.8.6.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.3 2015/02/03 14:04:19 jlec Exp $ EAPI=5 @@ -22,6 +22,7 @@ COMMON_DEPEND=" x11-libs/libX11 x11-libs/libXext dev-qt/designer:4 + dev-qt/qtlockedfile[qt4] >=dev-qt/qtgui-4.8.5:4 >=dev-qt/qtcore-4.6.1:4 >=dev-qt/qtscript-4.6.1:4 |