commit: 06f37cc3b397cb5849f125b6854b9e96b7390cb2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 08:39:07 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 09:43:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f37cc3
app-office/texmacs: Drop dependency on media-gfx/jpeg2ps jpeg2ps is slated for removal. Bug: https://bugs.gentoo.org/851708 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-office/texmacs/texmacs-2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1.ebuild index e0775e242482..f7e5e331df3e 100644 --- a/app-office/texmacs/texmacs-2.1.ebuild +++ b/app-office/texmacs/texmacs-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" >=dev-qt/qtwidgets-5.9.1:5 >=dev-qt/qtprintsupport-5.9.1:5 sqlite? ( dev-db/sqlite ) - jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) + jpeg? ( media-gfx/imagemagick ) netpbm? ( media-libs/netpbm ) spell? ( app-text/aspell ) svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
