diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-07-09 18:15:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-07-09 18:25:10 +0200 |
commit | 5aa0a0696ca8c65aedf80f0a170758e32db35d51 (patch) | |
tree | f4bb38b47ba866496a1e2f1f0dde65863baa3d12 /app-editors | |
parent | dev-tex/latexdiff: amd64 stable wrt bug #659494 (diff) | |
download | gentoo-5aa0a0696ca8c65aedf80f0a170758e32db35d51.tar.gz gentoo-5aa0a0696ca8c65aedf80f0a170758e32db35d51.tar.bz2 gentoo-5aa0a0696ca8c65aedf80f0a170758e32db35d51.zip |
app-editors/emacs-vcs: Update to EAPI 7.
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild | 7 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild index 20578fca5aca..abc0aef998ed 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.1.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1 @@ -112,9 +112,10 @@ RDEPEND="sys-libs/ncurses:0= )" DEPEND="${RDEPEND} - virtual/pkgconfig - gzip-el? ( app-arch/gzip ) X? ( x11-base/xorg-proto )" + +BDEPEND="virtual/pkgconfig + gzip-el? ( app-arch/gzip )" # pax_kernel? ( sys-apps/attr ) if [[ ${PV##*.} = 9999 ]]; then diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index b8ba118cce43..542cd77830f4 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools elisp-common flag-o-matic multilib readme.gentoo-r1 @@ -112,9 +112,10 @@ RDEPEND="sys-libs/ncurses:0= )" DEPEND="${RDEPEND} - virtual/pkgconfig - gzip-el? ( app-arch/gzip ) X? ( x11-base/xorg-proto )" + +BDEPEND="virtual/pkgconfig + gzip-el? ( app-arch/gzip )" # pax_kernel? ( sys-apps/attr ) if [[ ${PV##*.} = 9999 ]]; then |