Skip to content

Commit

Permalink
app-emacs/bison-mode: switch to EAPI 8
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Mar 18, 2022
1 parent 7d0db8c commit 6cba407
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app-emacs/bison-mode/bison-mode-0.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Emacs major mode for Bison, Yacc and Lex grammars"
HOMEPAGE="https://github.com/Wilfred/bison-mode"
SRC_URI="https://dev.gentoo.org/~nicolasbock/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"

0 comments on commit 6cba407

Please sign in to comment.