diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:58:03 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:22 +0100 |
commit | e09ad6621feaf8d0feaa0d07ea84a2c25705d7ed (patch) | |
tree | 03ed7537b1899a83663136f102092554635fa751 /dev-cpp | |
parent | app-text/xdvik: Update virtual/emacs dependency. (diff) | |
download | gentoo-e09ad6621feaf8d0feaa0d07ea84a2c25705d7ed.tar.gz gentoo-e09ad6621feaf8d0feaa0d07ea84a2c25705d7ed.tar.bz2 gentoo-e09ad6621feaf8d0feaa0d07ea84a2c25705d7ed.zip |
dev-cpp/ctemplate: 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 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.3-r1.ebuild b/dev-cpp/ctemplate/ctemplate-2.3-r1.ebuild index a578d0f6a249..36ba44df7ed2 100644 --- a/dev-cpp/ctemplate/ctemplate-2.3-r1.ebuild +++ b/dev-cpp/ctemplate/ctemplate-2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ IUSE="doc emacs vim-syntax static-libs test" DEPEND="test? ( ${PYTHON_DEPS} )" RDEPEND=" - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) vim-syntax? ( >=app-editors/vim-core-7 )" SITEFILE="70ctemplate-gentoo.el" |