Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
Date: Sun, 31 Jul 2016 19:58:54
Message-Id: 1469995116.c04b49ebb482c547099bfa841f6c15833be260f3.soap@gentoo
1 commit: c04b49ebb482c547099bfa841f6c15833be260f3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 19:58:16 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 19:58:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04b49eb
7
8 app-office/texmacs: Depend on dev-qt/qtgui:4 unconditionally
9
10 Gentoo-bug: 590160
11
12 Package-Manager: portage-2.3.0
13
14 app-office/texmacs/texmacs-1.99.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
18 index 23bfeca..172fa9f 100644
19 --- a/app-office/texmacs/texmacs-1.99.5.ebuild
20 +++ b/app-office/texmacs/texmacs-1.99.5.ebuild
21 @@ -24,10 +24,10 @@ RDEPEND="
22 x11-apps/xmodmap
23 x11-libs/libXext
24 virtual/latex-base
25 + dev-qt/qtgui:4
26 imlib? ( media-libs/imlib2 )
27 jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
28 netpbm? ( media-libs/netpbm )
29 - qt4? ( dev-qt/qtgui:4 )
30 spell? ( app-text/aspell )
31 svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
32 "