diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 15:22:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 16:17:06 +0200 |
commit | cdf1e93a09aa40653a298e8695d21862a6a485f4 (patch) | |
tree | ede96ace2017e76541abd46d2be64e02b201c8a1 /net-libs/telepathy-qt | |
parent | net-libs/telepathy-qt: python3_8 support (diff) | |
download | gentoo-cdf1e93a09aa40653a298e8695d21862a6a485f4.tar.gz gentoo-cdf1e93a09aa40653a298e8695d21862a6a485f4.tar.bz2 gentoo-cdf1e93a09aa40653a298e8695d21862a6a485f4.zip |
net-libs/telepathy-qt: Fix indendation
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 84ab23609aac..6b31f2462dc0 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -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 |