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 8B5E113888F for ; Sat, 31 Oct 2015 07:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E6BE07F0; Sat, 31 Oct 2015 07:13:10 +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 E418EE07F0 for ; Sat, 31 Oct 2015 07:13:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DABA7340BC0 for ; Sat, 31 Oct 2015 07:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E3E1BDE for ; Sat, 31 Oct 2015 07:13:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1446275582.64463d671fa7a08a2460847e6742eb438b514f0e.jer@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.10.2.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 64463d671fa7a08a2460847e6742eb438b514f0e X-VCS-Branch: master Date: Sat, 31 Oct 2015 07:13:06 +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: 1021721d-e2ae-4b36-ab2a-d5dd6f519e23 X-Archives-Hash: e12ad13e320327067fe7bd8c0808b9c7 commit: 64463d671fa7a08a2460847e6742eb438b514f0e Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 31 07:12:26 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 31 07:13:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64463d67 app-office/texstudio: Stable for PPC64 (bug #564256). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches app-office/texstudio/texstudio-2.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/texstudio/texstudio-2.10.2.ebuild b/app-office/texstudio/texstudio-2.10.2.ebuild index 4a6d581..d9d1965 100644 --- a/app-office/texstudio/texstudio-2.10.2.ebuild +++ b/app-office/texstudio/texstudio-2.10.2.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 )"