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 B48F0138334 for ; Fri, 20 Dec 2019 22:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D088CE0933; Fri, 20 Dec 2019 22:49:37 +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 08CC6E0932 for ; Fri, 20 Dec 2019 22:49:36 +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 1823334D435 for ; Fri, 20 Dec 2019 22:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5D5993 for ; Fri, 20 Dec 2019 22:49:32 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1576882131.2198b0acef5f2057314bec7b8109a47536b07891.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/pspp-1.2.0.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2198b0acef5f2057314bec7b8109a47536b07891 X-VCS-Branch: master Date: Fri, 20 Dec 2019 22:49:32 +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: d49a5ebe-a22a-4d1c-91b5-46798767a94e X-Archives-Hash: 792d9904f5915e3447fd5249310a71e6 commit: 2198b0acef5f2057314bec7b8109a47536b07891 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:30:19 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2198b0ac sci-mathematics/pspp: Update virtual/emacs dependency. The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> sci-mathematics/pspp/pspp-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pspp/pspp-1.2.0.ebuild b/sci-mathematics/pspp/pspp-1.2.0.ebuild index f4a8b7ec810..656818f70b2 100644 --- a/sci-mathematics/pspp/pspp-1.2.0.ebuild +++ b/sci-mathematics/pspp/pspp-1.2.0.ebuild @@ -22,7 +22,7 @@ RDEPEND=" sys-libs/zlib:0= virtual/libiconv cairo? ( x11-libs/cairo:0=[svg] ) - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) gtk? ( x11-libs/gtk+:3= x11-libs/gtksourceview:3.0=