Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Mon, 09 Jul 2018 16:25:29
Message-Id: 1531153510.5aa0a0696ca8c65aedf80f0a170758e32db35d51.ulm@gentoo
1 commit: 5aa0a0696ca8c65aedf80f0a170758e32db35d51
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 16:15:29 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 16:25:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa0a069
7
8 app-editors/emacs-vcs: Update to EAPI 7.
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild | 7 ++++---
13 app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 7 ++++---
14 2 files changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
17 index 20578fca5ac..abc0aef998e 100644
18 --- a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
19 +++ b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
28
29 @@ -112,9 +112,10 @@ RDEPEND="sys-libs/ncurses:0=
30 )"
31
32 DEPEND="${RDEPEND}
33 - virtual/pkgconfig
34 - gzip-el? ( app-arch/gzip )
35 X? ( x11-base/xorg-proto )"
36 +
37 +BDEPEND="virtual/pkgconfig
38 + gzip-el? ( app-arch/gzip )"
39 # pax_kernel? ( sys-apps/attr )
40
41 if [[ ${PV##*.} = 9999 ]]; then
42
43 diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
44 index b8ba118cce4..542cd77830f 100644
45 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
46 +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
47 @@ -1,7 +1,7 @@
48 # Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI=6
52 +EAPI=7
53
54 inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1
55
56 @@ -112,9 +112,10 @@ RDEPEND="sys-libs/ncurses:0=
57 )"
58
59 DEPEND="${RDEPEND}
60 - virtual/pkgconfig
61 - gzip-el? ( app-arch/gzip )
62 X? ( x11-base/xorg-proto )"
63 +
64 +BDEPEND="virtual/pkgconfig
65 + gzip-el? ( app-arch/gzip )"
66 # pax_kernel? ( sys-apps/attr )
67
68 if [[ ${PV##*.} = 9999 ]]; then