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 C6DF513832E for ; Sun, 31 Jul 2016 19:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E743821C08A; Sun, 31 Jul 2016 19:58:53 +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 8F47F21C08A for ; Sun, 31 Jul 2016 19:58:53 +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 372C1340C76 for ; Sun, 31 Jul 2016 19:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9EB27DD for ; Sun, 31 Jul 2016 19:58:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1469995116.c04b49ebb482c547099bfa841f6c15833be260f3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texmacs/texmacs-1.99.5.ebuild X-VCS-Directories: app-office/texmacs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c04b49ebb482c547099bfa841f6c15833be260f3 X-VCS-Branch: master Date: Sun, 31 Jul 2016 19:58:48 +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: 8ef83065-e558-408a-bd59-62fb5bbb8030 X-Archives-Hash: 1d271ae1967844d9b0ecf928cf1df133 commit: c04b49ebb482c547099bfa841f6c15833be260f3 Author: David Seifert gentoo org> AuthorDate: Sun Jul 31 19:58:16 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 31 19:58:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04b49eb app-office/texmacs: Depend on dev-qt/qtgui:4 unconditionally Gentoo-bug: 590160 Package-Manager: portage-2.3.0 app-office/texmacs/texmacs-1.99.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild index 23bfeca..172fa9f 100644 --- a/app-office/texmacs/texmacs-1.99.5.ebuild +++ b/app-office/texmacs/texmacs-1.99.5.ebuild @@ -24,10 +24,10 @@ RDEPEND=" x11-apps/xmodmap x11-libs/libXext virtual/latex-base + dev-qt/qtgui:4 imlib? ( media-libs/imlib2 ) jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) netpbm? ( media-libs/netpbm ) - qt4? ( dev-qt/qtgui:4 ) spell? ( app-text/aspell ) svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) ) "