diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-24 15:46:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-24 15:46:36 +0100 |
commit | da94c1f715a6e420ec5b571c58b9da9680213c22 (patch) | |
tree | c1e0d4b4c4ed29409f356228db5999192c8451dc /net-libs/telepathy-qt | |
parent | profiles: Revert "Mask x11-themes/gtk-engines-unico for removal" (diff) | |
download | gentoo-da94c1f715a6e420ec5b571c58b9da9680213c22.tar.gz gentoo-da94c1f715a6e420ec5b571c58b9da9680213c22.tar.bz2 gentoo-da94c1f715a6e420ec5b571c58b9da9680213c22.zip |
net-libs/telepathy-qt: Sync live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 8abc149f66ee..091214f37088 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=( "https://gitlab.freedesktop.org/telepathy/${PN}" ) |