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 240ED138350 for ; Fri, 27 Mar 2020 03:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57717E0BF3; Fri, 27 Mar 2020 03:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93895E0BF3 for ; Fri, 27 Mar 2020 03:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C62B34F9BE for ; Fri, 27 Mar 2020 03:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F7C13A for ; Fri, 27 Mar 2020 03:49:31 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1585280863.0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.43.2.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2 X-VCS-Branch: master Date: Fri, 27 Mar 2020 03:49:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35cdcb43-0c03-4882-810a-723c3a719e02 X-Archives-Hash: d8b278c815538d4d25085b5e6806848b commit: 0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Mar 27 03:47:43 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Mar 27 03:47:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8f1f7a sci-mathematics/maxima: remove outdated app-emacs/imaxima blocker. Fix the pkgcheck warning OutdatedBlocker: version 5.43.2: outdated blocker DEPEND="!app-emacs/imaxima": last match removed 3.12 years ago by deleting that blocker. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/maxima/maxima-5.43.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/maxima-5.43.2.ebuild b/sci-mathematics/maxima/maxima-5.43.2.ebuild index 88f7e81d580..e920da97f17 100644 --- a/sci-mathematics/maxima/maxima-5.43.2.ebuild +++ b/sci-mathematics/maxima/maxima-5.43.2.ebuild @@ -32,7 +32,7 @@ for lang in ${LANGS}; do done # texlive-latexrecommended needed by imaxima for breqn.sty -RDEPEND="!app-emacs/imaxima +RDEPEND=" X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk:0 ) )