diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:51:35 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:12 +0100 |
commit | e3ad988c5404ea0afe73f9b88a2c1f3e845e5de4 (patch) | |
tree | d3019e95c94aee6600faa73a0b60404ae26b6f84 /app-crypt/ccrypt | |
parent | app-admin/pass: Update virtual/emacs dependency. (diff) | |
download | gentoo-e3ad988c5404ea0afe73f9b88a2c1f3e845e5de4.tar.gz gentoo-e3ad988c5404ea0afe73f9b88a2c1f3e845e5de4.tar.bz2 gentoo-e3ad988c5404ea0afe73f9b88a2c1f3e845e5de4.zip |
app-crypt/ccrypt: 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 'app-crypt/ccrypt')
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild b/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild index c3c7458e6a6a..79fb9bc88d71 100644 --- a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -BEPEND="emacs? ( virtual/emacs )" +BEPEND="emacs? ( >=app-editors/emacs-23.1:* )" src_configure() { econf \ |