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 053791384B4 for ; Thu, 26 Nov 2015 11:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0DF21C02C; Thu, 26 Nov 2015 11:46:05 +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 3105B21C017 for ; Thu, 26 Nov 2015 11:46:05 +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 318663406C0 for ; Thu, 26 Nov 2015 11:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87614A94 for ; Thu, 26 Nov 2015 11:46:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448537896.2a05793c844039179977d07120140d32d41471dd.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texmaker/texmaker-4.5.ebuild X-VCS-Directories: app-office/texmaker/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2a05793c844039179977d07120140d32d41471dd X-VCS-Branch: master Date: Thu, 26 Nov 2015 11:46:02 +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: 15667d25-ce29-430c-a0ae-0f816972174b X-Archives-Hash: 00d2eb5444815a5f68e903a782167edc commit: 2a05793c844039179977d07120140d32d41471dd Author: Stephen Bosch gmail com> AuthorDate: Thu Nov 26 11:38:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 26 11:38:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a05793c app-office/texmaker: make qt5 default app-office/texmaker/texmaker-4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/texmaker/texmaker-4.5.ebuild b/app-office/texmaker/texmaker-4.5.ebuild index 63debce..a1fa521 100644 --- a/app-office/texmaker/texmaker-4.5.ebuild +++ b/app-office/texmaker/texmaker-4.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="+qt4 qt5" +IUSE="qt4 +qt5" REQUIRED_USE="^^ ( qt4 qt5 )"