diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..a38e7db7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: exherbo/exherbo_ci + +variables: + REPO: hasufell + REPO_NAMESPACE: exherbo-unofficial + +build: + script: + - buildtest + diff --git a/packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 b/packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 similarity index 91% rename from packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 rename to packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 index cfd1d235..4ea2e6d5 100644 --- a/packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 +++ b/packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 @@ -20,11 +20,13 @@ DEPENDENCIES=" virtual/pkg-config build+run: sys-libs/libcap + selinux? ( security/libselinux[>=2.1.9] ) " BUGS_TO="hasufell@posteo.de" DEFAULT_SRC_CONFIGURE_PARAMS=( + --enable-man --with-bash-completion-dir=${BASHCOMPLETIONDIR} )