diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:30:57 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:52 +0100 |
commit | 7123dfea220bfbc96226df6883217023f2bfaa19 (patch) | |
tree | 90bf193617127bdbc6629cacf551c8a55b4ff686 /sci-mathematics/twelf | |
parent | sci-mathematics/singular: Update virtual/emacs dependency. (diff) | |
download | gentoo-7123dfea220bfbc96226df6883217023f2bfaa19.tar.gz gentoo-7123dfea220bfbc96226df6883217023f2bfaa19.tar.bz2 gentoo-7123dfea220bfbc96226df6883217023f2bfaa19.zip |
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 <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/twelf')
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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}" |