diff options
Diffstat (limited to 'app-emacs')
-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 )" |