From: Ulrich Müller Date: Fri, 20 Dec 2019 16:30:57 +0000 (+0100) Subject: sci-mathematics/twelf: Update virtual/emacs dependency. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7123dfea220bfbc96226df6883217023f2bfaa19;p=gentoo.git sci-mathematics/twelf: 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 --- diff --git a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild index 56b41fcc37e9..21d5f0f5a01a 100644 --- a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -27,7 +27,7 @@ RDEPEND=" app-text/texi2html ) emacs? ( - virtual/emacs + >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND}" diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index f9334067c389..9506fdd82542 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -27,7 +27,7 @@ RDEPEND=" app-text/texi2html ) emacs? ( - virtual/emacs + >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND}"