Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/
Date: Sat, 31 Aug 2019 12:30:23
Message-Id: 1567254503.7ebf8809a57944feb75d5e3603c2c83a76b7ca67.slyfox@gentoo
1 commit: 7ebf8809a57944feb75d5e3603c2c83a76b7ca67
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 12:28:23 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 12:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebf8809
7
8 app-emacs/vm: keyworded 8.2.0_beta-r1 for ppc64, bug #693064
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
18 index 2027647cf11..9c218b069a7 100644
19 --- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
20 +++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz"
28
29 LICENSE="GPL-2+"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~ppc ~x86"
32 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33 IUSE="bbdb ssl"
34
35 DEPEND="bbdb? ( app-emacs/bbdb )"