diff options
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 2027647cf11c..9c218b069a79 100644 --- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild +++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bbdb ssl" DEPEND="bbdb? ( app-emacs/bbdb )" |