mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46:58 +02:00
sys-devel/bison: Sync with Gentoo
It's from Gentoo commit 54485713cf0ce8a8af217688b7ac5ef9099e3b88.
This commit is contained in:
parent
4cb9142eb5
commit
1a8961bb95
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bison.asc
|
||||
inherit flag-o-matic verify-sig
|
||||
inherit flag-o-matic multiprocessing verify-sig
|
||||
|
||||
DESCRIPTION="A general-purpose (yacc-compatible) parser generator"
|
||||
HOMEPAGE="https://www.gnu.org/software/bison/"
|
||||
@ -68,6 +68,10 @@ src_configure() {
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user