Skip to content

Commit

Permalink
app-emacs/bbdb: Bump EAPI to 7.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Aug 27, 2019
1 parent fe2ee34 commit 4669dad
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

inherit elisp autotools

Expand All @@ -15,15 +15,16 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE="tex vm"
RESTRICT="test" #631700

DEPEND="tex? ( virtual/tex-base )
vm? ( app-emacs/vm )"
RDEPEND="${DEPEND}"
BDEPEND="vm? ( app-emacs/vm )"
RDEPEND="${BDEPEND}
tex? ( virtual/tex-base )"

SITEFILE="50${PN}-gentoo-${PV}.el"
TEXMF="/usr/share/texmf-site"

src_prepare() {
epatch "${FILESDIR}"/${P}-no-init.patch
eapply "${FILESDIR}"/${P}-no-init.patch
eapply_user
eautoreconf
}

Expand Down

0 comments on commit 4669dad

Please sign in to comment.