diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 07:56:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 08:22:40 +0200 |
commit | cbddee99c918586cf77a97e06683b6ac940d449c (patch) | |
tree | f13d9bcfc79b2268f2093d9bdada48d9a4df9b00 /app-emacs/vm | |
parent | sys-auth/google-authenticator-wrappers: New package (diff) | |
download | gentoo-cbddee99c918586cf77a97e06683b6ac940d449c.tar.gz gentoo-cbddee99c918586cf77a97e06683b6ac940d449c.tar.bz2 gentoo-cbddee99c918586cf77a97e06683b6ac940d449c.zip |
app-emacs/vm: Depend on <app-emacs/bbdb-3.
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'app-emacs/vm')
-rw-r--r-- | app-emacs/vm/vm-8.1.2.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/vm/vm-8.2.0_beta.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/vm/vm-8.1.2.ebuild b/app-emacs/vm/vm-8.1.2.ebuild index 3cc65011f9ca..bc16d37b0c60 100644 --- a/app-emacs/vm/vm-8.1.2.ebuild +++ b/app-emacs/vm/vm-8.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="bbdb ssl" -DEPEND="bbdb? ( app-emacs/bbdb )" +DEPEND="bbdb? ( <app-emacs/bbdb-3 )" RDEPEND="!app-emacs/u-vm-color ${DEPEND} ssl? ( net-misc/stunnel )" diff --git a/app-emacs/vm/vm-8.2.0_beta.ebuild b/app-emacs/vm/vm-8.2.0_beta.ebuild index 7a2006d18d99..2ed8bc2e6aab 100644 --- a/app-emacs/vm/vm-8.2.0_beta.ebuild +++ b/app-emacs/vm/vm-8.2.0_beta.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="bbdb ssl" -DEPEND="bbdb? ( app-emacs/bbdb )" +DEPEND="bbdb? ( <app-emacs/bbdb-3 )" RDEPEND="!app-emacs/u-vm-color ${DEPEND} ssl? ( net-misc/stunnel )" |