From 705b0e5b2c080131eb80ff7ae3a8a5bd50d5fe9e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 31 Dec 2016 12:41:55 +0100 Subject: [PATCH] sys-apps/bubblewrap: bump to 0.1.5, use bash-completion.exlib --- ...blewrap-0.1.4.exheres-0 => bubblewrap-0.1.5.exheres-0} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename packages/sys-apps/bubblewrap/{bubblewrap-0.1.4.exheres-0 => bubblewrap-0.1.5.exheres-0} (82%) diff --git a/packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 b/packages/sys-apps/bubblewrap/bubblewrap-0.1.5.exheres-0 similarity index 82% rename from packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 rename to packages/sys-apps/bubblewrap/bubblewrap-0.1.5.exheres-0 index 61db91e..03985a7 100644 --- a/packages/sys-apps/bubblewrap/bubblewrap-0.1.4.exheres-0 +++ b/packages/sys-apps/bubblewrap/bubblewrap-0.1.5.exheres-0 @@ -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 +} +