From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 108D4139085 for ; Tue, 20 Dec 2016 17:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A76E0DE8; Tue, 20 Dec 2016 17:31:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FBFFE0DE8 for ; Tue, 20 Dec 2016 17:31:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2006634112A for ; Tue, 20 Dec 2016 17:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EAEA24AB for ; Tue, 20 Dec 2016 17:31:09 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482255040.3f7d7f5ad30f328f17c0c92d740c63f77a179a67.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/texstudio-2.11.0.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3f7d7f5ad30f328f17c0c92d740c63f77a179a67 X-VCS-Branch: master Date: Tue, 20 Dec 2016 17:31:09 +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: 7a446c73-031d-41c5-8d36-0254f5f3c738 X-Archives-Hash: 57e82072841238f6df1af3ae6aa23bec commit: 3f7d7f5ad30f328f17c0c92d740c63f77a179a67 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Dec 20 17:20:10 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Dec 20 17:30:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7d7f5a app-office/texstudio-2.11.0-r0: stable on amd64 Gentoo-Bug: 594394 app-office/texstudio/texstudio-2.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/texstudio/texstudio-2.11.0.ebuild b/app-office/texstudio/texstudio-2.11.0.ebuild index 3fbe7c3..7127226 100644 --- a/app-office/texstudio/texstudio-2.11.0.ebuild +++ b/app-office/texstudio/texstudio-2.11.0.ebuild @@ -12,7 +12,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" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="video qt4 +qt5" REQUIRED_USE="^^ ( qt4 qt5 )"