From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA150138A1A for ; Tue, 3 Feb 2015 14:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5FA5E0937; Tue, 3 Feb 2015 14:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C5D1E0937 for ; Tue, 3 Feb 2015 14:04:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA4434070D for ; Tue, 3 Feb 2015 14:04:21 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2264) id 8091610F82; Tue, 3 Feb 2015 14:04:19 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/texstudio: ChangeLog texstudio-2.8.6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog texstudio-2.8.6.ebuild X-VCS-Directories: app-office/texstudio X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150203140419.8091610F82@oystercatcher.gentoo.org> Date: Tue, 3 Feb 2015 14:04:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 881fd362-9754-4896-806d-eac031de3ae8 X-Archives-Hash: d2969386efd8e02a13d019ca2ad09c31 jlec 15/02/03 14:04:19 Modified: ChangeLog texstudio-2.8.6.ebuild Log: app-office/texstudio: Add another missing USE constraint (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision Changes Path 1.37 app-office/texstudio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 3 Feb 2015 12:35:33 -0000 1.36 +++ ChangeLog 3 Feb 2015 14:04:19 -0000 1.37 @@ -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 texstudio-2.8.6.ebuild: + Add another missing USE constraint 03 Feb 2015; Justin Lecher texstudio-2.8.8.ebuild: Add missing USE_DEP for dev-qt/qtsingleapplication 1.3 app-office/texstudio/texstudio-2.8.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild?r1=1.2&r2=1.3 Index: texstudio-2.8.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- texstudio-2.8.6.ebuild 31 Dec 2014 12:49:16 -0000 1.2 +++ texstudio-2.8.6.ebuild 3 Feb 2015 14:04:19 -0000 1.3 @@ -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 @@ 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