diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 22:02:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-08-10 22:03:44 +0200 |
commit | 6760261651ebf4728033008855dd4e3a3dc3dcdd (patch) | |
tree | ccc20421b90e3da90b0b4d076b8f2d6312f2cd01 /app-emacs/vm | |
parent | dev-python/openpyxl: amd64 stable wrt bug #608714 (diff) | |
download | gentoo-6760261651ebf4728033008855dd4e3a3dc3dcdd.tar.gz gentoo-6760261651ebf4728033008855dd4e3a3dc3dcdd.tar.bz2 gentoo-6760261651ebf4728033008855dd4e3a3dc3dcdd.zip |
Revert "app-emacs/vm: Depend on <app-emacs/bbdb-3."
This reverts commit cbddee99c918586cf77a97e06683b6ac940d449c.
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-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/vm/vm-8.1.2.ebuild b/app-emacs/vm/vm-8.1.2.ebuild index bc16d37b0c60..3cc65011f9ca 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-2018 Gentoo Foundation +# Copyright 1999-2013 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-3 )" +DEPEND="bbdb? ( app-emacs/bbdb )" RDEPEND="!app-emacs/u-vm-color ${DEPEND} ssl? ( net-misc/stunnel )" diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild index 0cdf2674f889..2027647cf11c 100644 --- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild +++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="bbdb ssl" -DEPEND="bbdb? ( <app-emacs/bbdb-3 )" +DEPEND="bbdb? ( app-emacs/bbdb )" RDEPEND="${DEPEND} ssl? ( net-misc/stunnel )" BDEPEND="sys-apps/texinfo" |