sys-apps/bubblewrap: bump to 0.1.8

This commit is contained in:
2017-05-18 18:18:11 +02:00
parent 39e7be1c39
commit 9fb97fa296

View File

@@ -0,0 +1,35 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# 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"
LICENCES="LGPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS="
selinux
"
DEPENDENCIES="
build:
dev-libs/libxslt
virtual/pkg-config
"
BUGS_TO="hasufell@posteo.de"
DEFAULT_SRC_CONFIGURE_PARAMS=(
--with-bash-completion-dir=${BASHCOMPLETIONDIR}
)
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
'selinux'
)
src_install() {
default
}