Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-libs/libmm-qt/
Date: Tue, 25 Aug 2020 14:51:17
Message-Id: 1598366591.e3dbcc5a8bb1db065b42593d9615f8cb3cea87d0.asturm@gentoo
1 commit: e3dbcc5a8bb1db065b42593d9615f8cb3cea87d0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 19:49:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:43:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e3dbcc5a
7
8 net-libs/libmm-qt: Restore amd64/x86 stable as it was before cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 0ce24c6d..a3b1fc50 100644
18 --- a/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
19 +++ b/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,7 +7,7 @@ KDE_REQUIRED="never"
27 inherit kde4-base
28
29 if [[ ${KDE_BUILD_TYPE} != live ]]; then
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 x86"
32 SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz"
33 fi