diff options
author | David Seifert <soap@gentoo.org> | 2016-07-31 21:58:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-07-31 21:58:36 +0200 |
commit | c04b49ebb482c547099bfa841f6c15833be260f3 (patch) | |
tree | f3583f211f0dde2087ee9012bb481e5894a86ace /app-office/texmacs | |
parent | gentoo/sys-fs/squashfuse: fix metadata.xml whitespace (diff) | |
download | gentoo-c04b49ebb482c547099bfa841f6c15833be260f3.tar.gz gentoo-c04b49ebb482c547099bfa841f6c15833be260f3.tar.bz2 gentoo-c04b49ebb482c547099bfa841f6c15833be260f3.zip |
app-office/texmacs: Depend on dev-qt/qtgui:4 unconditionally
Gentoo-bug: 590160
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/texmacs-1.99.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild index 23bfeca99854..172fa9ff71ae 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 ) ) " |