From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1410424-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 40FC1158095
	for <garchives@archives.gentoo.org>; Tue, 21 Jun 2022 09:43:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 842A5E0900;
	Tue, 21 Jun 2022 09:43:43 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9A9E08FF
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 09:43:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A837434153D
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 09:43:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 444AF3C3
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Jun 2022 09:43:41 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1655804584.06f37cc3b397cb5849f125b6854b9e96b7390cb2.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-office/texmacs/texmacs-2.1.ebuild
X-VCS-Directories: app-office/texmacs/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 06f37cc3b397cb5849f125b6854b9e96b7390cb2
X-VCS-Branch: master
Date: Tue, 21 Jun 2022 09:43:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c3a3f301-710a-42de-b1cf-eb72d42091d2
X-Archives-Hash: 09c43ca2cc29f9f0f1415e4ac6a5e1a6

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 ) )