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: kde-apps/okular/, net-libs/libktorrent/, kde-apps/kde-wallpapers/
Date: Tue, 25 Aug 2020 14:59:43
Message-Id: 1598367439.21a5ad69d7d30436586013e69436413b7686aab4.asturm@gentoo
1 commit: 21a5ad69d7d30436586013e69436413b7686aab4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 15:53:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:57:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=21a5ad69
7
8 kde-apps: Restore amd64/x86 stable as it was before cleanup
9
10 kde-apps/kde-wallpapers
11 kde-apps/okular
12 net-libs/libktorrent
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 kde-apps/kde-wallpapers/kde-wallpapers-15.08.3.ebuild | 4 ++--
18 kde-apps/okular/okular-16.08.3.ebuild | 2 +-
19 kde-apps/okular/okular-4.14.3.ebuild | 2 +-
20 net-libs/libktorrent/libktorrent-1.3.1.ebuild | 2 +-
21 4 files changed, 5 insertions(+), 5 deletions(-)
22
23 diff --git a/kde-apps/kde-wallpapers/kde-wallpapers-15.08.3.ebuild b/kde-apps/kde-wallpapers/kde-wallpapers-15.08.3.ebuild
24 index 02f62bc6..f55cbc20 100644
25 --- a/kde-apps/kde-wallpapers/kde-wallpapers-15.08.3.ebuild
26 +++ b/kde-apps/kde-wallpapers/kde-wallpapers-15.08.3.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=5
33 @@ -7,7 +7,7 @@ KMNAME="kde-wallpapers"
34 inherit kde4-base
35
36 DESCRIPTION="KDE wallpapers"
37 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
39 IUSE="+minimal"
40
41 src_configure() {
42
43 diff --git a/kde-apps/okular/okular-16.08.3.ebuild b/kde-apps/okular/okular-16.08.3.ebuild
44 index 2008ef83..f937ce79 100644
45 --- a/kde-apps/okular/okular-16.08.3.ebuild
46 +++ b/kde-apps/okular/okular-16.08.3.ebuild
47 @@ -12,7 +12,7 @@ inherit kde4-base
48
49 DESCRIPTION="Universal document viewer based on KPDF"
50 HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular"
51 -KEYWORDS="~amd64 ~x86"
52 +KEYWORDS="amd64 x86"
53 IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
54
55 DEPEND="
56
57 diff --git a/kde-apps/okular/okular-4.14.3.ebuild b/kde-apps/okular/okular-4.14.3.ebuild
58 index 4784d04a..3a038768 100644
59 --- a/kde-apps/okular/okular-4.14.3.ebuild
60 +++ b/kde-apps/okular/okular-4.14.3.ebuild
61 @@ -13,7 +13,7 @@ inherit kde4-base
62
63 DESCRIPTION="Universal document viewer based on KPDF by KDE"
64 HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular"
65 -KEYWORDS="~amd64 ~x86"
66 +KEYWORDS="amd64 x86"
67 IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff"
68
69 DEPEND="
70
71 diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
72 index 4c8cf5bf..0985485f 100644
73 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild
74 +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild
75 @@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then
76 SRC_URI="http://deb.debian.org/debian/pool/main/libk/${PN}/${P/-/_}.orig.tar.bz2 -> ${MY_P}.tar.bz2"
77 S="${WORKDIR}"/"${MY_P}"
78
79 - KEYWORDS="~amd64 ~arm ~x86"
80 + KEYWORDS="amd64 ~arm x86"
81 fi
82 VIRTUALX_REQUIRED="test"
83 inherit kde4-base