commit:     1b1fc18bec2265b5bfe562a28e129a07cfe90ce7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  8 18:45:24 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  8 18:45:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b1fc18b

app-backup/timeshift-autosnap: fix leading spaces

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild 
b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
index a2c30bdb7..495c14e15 100644
--- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
+++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
@@ -13,8 +13,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-        app-backup/timeshift
-        >=sys-apps/portage-2.1
+       app-backup/timeshift
+       >=sys-apps/portage-2.1
 "
 RDEPEND="${DEPEND}"
 BDEPEND=""
@@ -22,7 +22,7 @@ BDEPEND=""
 PATCHES=( "${FILESDIR}/${PN}-remove-arch-specific.patch" )
 
 src_unpack() {
-        default
+       default
        mv ${WORKDIR}/timeshift-autosnap-${PV}* 
${WORKDIR}/timeshift-autosnap-${PV}
 }
 

Reply via email to