diff options
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r-- | net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild index d5bd5e9959d6..01442832b5cb 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.08.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://cgit.kde.org/telepathy-logger-qt.git" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="LGPL-2.1" |