commit: e3dbcc5a8bb1db065b42593d9615f8cb3cea87d0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 19:49:30 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 14:43:11 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e3dbcc5a
net-libs/libmm-qt: Restore amd64/x86 stable as it was before cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
b/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
index 0ce24c6d..a3b1fc50 100644
--- a/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
+++ b/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ KDE_REQUIRED="never"
inherit kde4-base
if [[ ${KDE_BUILD_TYPE} != live ]]; then
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz"
fi