commit:     cf9c4ec1499c561d80b7687330689f7ee28a7317
Author:     RĂ©mi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 19:37:38 2018 +0000
Commit:     Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 19:37:38 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cf9c4ec1

sys-apps/bubblewrap: fix repoman issues (header and whitespace)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Manifest-Sign-Key: 0xE0663D48103108F8

 sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild | 35 ++++++++++++++---------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild
index dde2efec..56d2c9cb 100644
--- a/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild
+++ b/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
 EAPI="7"
 
@@ -16,36 +15,36 @@ KEYWORDS="~amd64"
 IUSE="selinux"
 
 DEPEND="
-        dev-libs/libxslt
-        sys-libs/libseccomp
-        sys-libs/libcap
-        selinux? ( >=sys-libs/libselinux-2.1.9 )
+       dev-libs/libxslt
+       sys-libs/libseccomp
+       sys-libs/libcap
+       selinux? ( >=sys-libs/libselinux-2.1.9 )
 "
 # FIXME: we don't need bashcomp righ??
 RDEPEND="${DEPEND}"
 # FIXME: bash comp is not working
 # FIXME: test is not working
 pkg_setup() {
-  if [[ ${MERGE_TYPE} != buildonly ]]; then
+       if [[ ${MERGE_TYPE} != buildonly ]]; then
                CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
-    linux-info_pkg_setup
-  fi
+               linux-info_pkg_setup
+       fi
 }
 src_prepare() {
-    default
-    eautoreconf
+       default
+       eautoreconf
 }
 
 src_configure() {
 
-    econf \
-      $(use_enable selinux) \
-      "--enable-man" \
-      "--with-bash-completion-dir=${get_bashcompdir}" \
-      "--with-priv-mode=none"
+       econf \
+               $(use_enable selinux) \
+               "--enable-man" \
+               "--with-bash-completion-dir=${get_bashcompdir}" \
+               "--with-priv-mode=none"
 }
 
 pkg_postinst() {
-    einfo "bashcomp can be used with >=app-shells/bash-completion-2.0"
-    einfo "probably needs namespaces"
+       einfo "bashcomp can be used with >=app-shells/bash-completion-2.0"
+       einfo "probably needs namespaces"
 }

Reply via email to