forked from hasufell/hasufell-repository
sys-apps/bubblewrap: bump to 0.1.5, use bash-completion.exlib
This commit is contained in:
parent
98edb66802
commit
705b0e5b2c
@ -2,6 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require github [ user='projectatomic' suffix="tar.xz" release="v${PV}" ]
|
||||
require bash-completion
|
||||
|
||||
SUMMARY="Unprivileged sandboxing tool"
|
||||
|
||||
@ -21,9 +22,14 @@ DEPENDENCIES="
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||
--with-bash-completion-dir=${BASHCOMPLETIONDIR}
|
||||
)
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
|
||||
'selinux'
|
||||
)
|
||||
|
||||
src_install() {
|
||||
default
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user