net-libs/telepathy-qt: Fix indendation
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 13:22:05 +0000 (15:22 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 14:17:06 +0000 (16:17 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/telepathy-qt/telepathy-qt-9999.ebuild

index 84ab23609aac358056878504f7f2c4de5a4c038d..6b31f2462dc0d68606c7cf25426f28e1156f28dc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,11 +6,11 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 if [[ ${PV} = *9999* ]]; then
-    EGIT_REPO_URI=( "https://gitlab.freedesktop.org/telepathy/${PN}" )
-    inherit git-r3
+       EGIT_REPO_URI=( "https://gitlab.freedesktop.org/telepathy/${PN}" )
+       inherit git-r3
 else
-    SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-    KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+       SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 inherit python-any-r1 cmake virtualx