diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-02-18 20:36:38 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-02-18 20:36:38 +0000 |
commit | b7e43d5560031d61a872fa75dfe9823a00f7e98f (patch) | |
tree | f4f66f8e6dc336da0a5445b586beb04cb014b2e3 | |
parent | 2020-02-18 19:37:29 UTC (diff) | |
parent | media-gfx/nvidia-cg-toolkit: drop old pkg_postinst(), bug #705258 (diff) | |
download | gentoo-b7e43d5560031d61a872fa75dfe9823a00f7e98f.tar.gz gentoo-b7e43d5560031d61a872fa75dfe9823a00f7e98f.tar.bz2 gentoo-b7e43d5560031d61a872fa75dfe9823a00f7e98f.zip |
Merge updates from master
75 files changed, 147 insertions, 90 deletions
diff --git a/app-text/podofo/podofo-0.9.6_p20180715.ebuild b/app-text/podofo/podofo-0.9.6_p20180715.ebuild index 667a02839159..e53db8b61f42 100644 --- a/app-text/podofo/podofo-0.9.6_p20180715.ebuild +++ b/app-text/podofo/podofo-0.9.6_p20180715.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0/${PV%_*}" -KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86" IUSE="+boost idn libressl debug test +tools" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( tools )" diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild index ba0e8f90d1a6..67d20af4e0b9 100644 --- a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild +++ b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/kpeoplevcard.git" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="LGPL-2.1+" diff --git a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild index edc1782b0c8b..4f17fec6d397 100644 --- a/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild +++ b/dev-libs/kuserfeedback/kuserfeedback-1.0.0.ebuild @@ -13,9 +13,8 @@ DESCRIPTION="Framework to collect user feedback for applications via telemetry a if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi - LICENSE="MIT" SLOT="5" IUSE="doc" diff --git a/dev-libs/libvarlink/Manifest b/dev-libs/libvarlink/Manifest index 8b15cd6b1c5a..d0e3ff59dff4 100644 --- a/dev-libs/libvarlink/Manifest +++ b/dev-libs/libvarlink/Manifest @@ -1 +1,2 @@ DIST libvarlink-16.tar.gz 56886 BLAKE2B 6c65199ced429eac733d1114cfad59c4514d299bd3bba0d4a9907498655545fd9edb9999428f39df936cd1e6710bacc08c04f05710e80f0ceb974b43809b9c22 SHA512 8152fc4fab4e9e829c2bc1585e479c23b0329c59da0be8712ff64dbbe01cde9630f228ac7edc06e9faa39dfd3d38007032ec6ed561e2363d4d33f65856f1a271 +DIST libvarlink-18.tar.gz 57708 BLAKE2B 035a3cad38d2429fa7a1bde049d6c5772ef10ef65040179839459d8672ef7fc619ff2a250ad48b108a9068c1f927226ad4ec08fa355b6c6f30a8ab8830422e9e SHA512 a0f2cfe6a3ce3e7c08b24436d4210691d6334ec903cb3d590627595ee3bda79bf4e22e7c72c7ea8ebe817e4e2b045f86d2603ae56b3fd7d429fd281fd7e5e2e8 diff --git a/dev-libs/libvarlink/libvarlink-18.ebuild b/dev-libs/libvarlink/libvarlink-18.ebuild new file mode 100644 index 000000000000..43b326cc7cc6 --- /dev/null +++ b/dev-libs/libvarlink/libvarlink-18.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="C implementation of the Varlink protocol and command line tool" +HOMEPAGE="https://github.com/varlink/libvarlink" +SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" + +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND="" +DEPEND="${RDEPEND}" +BDEPEND=" + >=dev-util/meson-0.47.0 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dtests="$(usex test true false)" + ) + meson_src_configure +} diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild index 3b2163a22588..81d6963f5918 100644 --- a/dev-libs/yaz/yaz-3.0.53.ebuild +++ b/dev-libs/yaz/yaz-3.0.53.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://ftp.indexdata.dk/pub/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="debug icu libressl tcpd ziffy" RDEPEND="dev-libs/libxml2 diff --git a/dev-python/pyformance/Manifest b/dev-python/pyformance/Manifest index 6960c533444f..eb27933535b8 100644 --- a/dev-python/pyformance/Manifest +++ b/dev-python/pyformance/Manifest @@ -1,2 +1,3 @@ DIST pyformance-0.3.4.tar.gz 19394 BLAKE2B 4bd141df5b3264ae8abb5b5314fcba93aeeab960e4d1d70631a3d5ac072f94a2da48b480f74c446124fb9fbd54a8ffad9c75b2352509aaf991025a02bf736648 SHA512 5dbc83da62bf66767eaaf316824cf5683488d8ee594b72baee327c4ef594f84b5aed07654da483aff29bee98605e5265425be88c165a4bb06e7bdddbbf28e440 +DIST pyformance-0.4-patches.tar.xz 3500 BLAKE2B 511001e9011db5ef25b802739dca51337d039193a9d3322bbf94bcb120bbbeff2e1a818217970a1a97d77cd8d7da462792248910acbb3ef586704596276b7056 SHA512 858cefd6c8b151db10c63e0d8117cd6c226bd153103993040909e8fd2ab7a41a7770a2ae6de0f395a4f9f6cce3213d7ecabc0bf647657ee04fc10d76f51e07e3 DIST pyformance-0.4.tar.gz 20683 BLAKE2B d818832b7ff43a7e1db888bdb7dc333a532c7d3365dd472f9dbb3300f676cd3cc8f82f8d1c444aa277404ff8e72843eca35e3905542700ea37b1dad3e05c8b4c SHA512 a03324977b40f5097ae4608dd7c36bdbd2a20b261c9d3e32d1be19e5fca50e17fcc24df781b6c3ab60314534368c5e9cf08bc3863d4d2d7ecc59f9af26f8d20e diff --git a/dev-python/pyformance/pyformance-0.4-r1.ebuild b/dev-python/pyformance/pyformance-0.4-r1.ebuild new file mode 100644 index 000000000000..92b43e1f1e9a --- /dev/null +++ b/dev-python/pyformance/pyformance-0.4-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_6 python3_8 ) + +inherit distutils-r1 + +DESCRIPTION="Performance metrics, based on Coda Hale's Yammer metrics" +HOMEPAGE="https://pyformance.readthedocs.org/ https://github.com/omergertel/pyformance/ https://pypi.org/project/pyformance/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://dev.gentoo.org/~chutzpah/dist/python/pyformance-0.4-patches.tar.xz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] ) +" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +PATCHES=( + "${WORKDIR}/pyformance-0.4-patches" +) + +python_prepare() { + sed -e "s/find_packages()/find_packages(exclude=['tests'])/" \ + -i setup.py || die +} diff --git a/dev-qt/qtcharts/qtcharts-5.14.1.ebuild b/dev-qt/qtcharts/qtcharts-5.14.1.ebuild index c2fe1de176fb..692c394c5e00 100644 --- a/dev-qt/qtcharts/qtcharts-5.14.1.ebuild +++ b/dev-qt/qtcharts/qtcharts-5.14.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Chart component library for the Qt5 framework" LICENSE="GPL-3" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi IUSE="qml" diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.67.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.67.0.ebuild index b13e806d23b9..956c32bae88a 100644 --- a/kde-frameworks/kquickcharts/kquickcharts-5.67.0.ebuild +++ b/kde-frameworks/kquickcharts/kquickcharts-5.67.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="QtQuick plugin providing high-performance charts" HOMEPAGE="https://cgit.kde.org/kquickcharts.git" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" DEPEND=" diff --git a/kde-misc/basket/basket-2.49b.ebuild b/kde-misc/basket/basket-2.49b.ebuild index 335ddfe9281b..6a9fcbf3e6a7 100644 --- a/kde-misc/basket/basket-2.49b.ebuild +++ b/kde-misc/basket/basket-2.49b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="crypt git" BDEPEND="git? ( virtual/pkgconfig )" diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild index e49197170923..034da3965154 100644 --- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild @@ -13,7 +13,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Adds communication between KDE Plasma and your smartphone" diff --git a/kde-misc/kdiff3/kdiff3-1.8.1.ebuild b/kde-misc/kdiff3/kdiff3-1.8.1.ebuild index 28ca5b8d00f1..24aa5f576d3d 100644 --- a/kde-misc/kdiff3/kdiff3-1.8.1.ebuild +++ b/kde-misc/kdiff3/kdiff3-1.8.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="" DEPEND=" diff --git a/kde-misc/kdirstat/kdirstat-3.2.0.ebuild b/kde-misc/kdirstat/kdirstat-3.2.0.ebuild index 320748f7d713..c1215a4195b9 100644 --- a/kde-misc/kdirstat/kdirstat-3.2.0.ebuild +++ b/kde-misc/kdirstat/kdirstat-3.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jeromerobert/k4dirstat/archive/${PV}.tar.gz -> ${P}. LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" BDEPEND=" diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.7.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.2.7.ebuild index 52c588af79a2..038869b249e7 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-1.2.7.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="https://phabricator.kde.org/project/profile/72/" if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2+" diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild index 5a483ac987a4..483601d1c3be 100644 --- a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild +++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="5" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild index 785b50d3006a..3173e06cc4d1 100644 --- a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P} LICENSE="GPL-2" SLOT="5" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug" PATCHES=( diff --git a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild index a79001b1e4ad..59ed91101f5e 100644 --- a/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild +++ b/kde-misc/kio-stash/kio-stash-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" RESTRICT+=" test" diff --git a/kde-misc/krename/krename-5.0.0-r1.ebuild b/kde-misc/krename/krename-5.0.0-r1.ebuild index d1ae0af0e04e..3884d54fa106 100644 --- a/kde-misc/krename/krename-5.0.0-r1.ebuild +++ b/kde-misc/krename/krename-5.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="exif pdf taglib truetype" BDEPEND="sys-devel/gettext" diff --git a/kde-misc/krusader/krusader-2.7.2.ebuild b/kde-misc/krusader/krusader-2.7.2.ebuild index 63b6bcebb4c0..c9660bef1289 100644 --- a/kde-misc/krusader/krusader-2.7.2.ebuild +++ b/kde-misc/krusader/krusader-2.7.2.ebuild @@ -10,7 +10,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras" diff --git a/kde-misc/kshutdown/kshutdown-5.2.ebuild b/kde-misc/kshutdown/kshutdown-5.2.ebuild index db7ee2652e87..e5b8c2af525d 100644 --- a/kde-misc/kshutdown/kshutdown-5.2.ebuild +++ b/kde-misc/kshutdown/kshutdown-5.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.zip" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+kde" BDEPEND=" diff --git a/kde-misc/latte-dock/latte-dock-0.9.8.1.ebuild b/kde-misc/latte-dock/latte-dock-0.9.8.1.ebuild index 32a017d5dda6..5b5fb645ae2f 100644 --- a/kde-misc/latte-dock/latte-dock-0.9.8.1.ebuild +++ b/kde-misc/latte-dock/latte-dock-0.9.8.1.ebuild @@ -9,7 +9,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Elegant dock, based on KDE Frameworks" diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild index 8c2d1ef1e5fb..5abe0011e6c9 100644 --- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild +++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ https://github.com/kotelnik/plasma-applet-network-monitor" SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" DEPEND=" diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild index 3441c2265501..ec1574a73072 100644 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ https://github.com/kotelnik/plasma-applet-weather-widget" SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" DEPEND=" diff --git a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild index 00f6930bbc68..e98e759840de 100644 --- a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild +++ b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ https://userbase.kde.org/RSIBreak" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2+ handbook? ( FDL-1.2 )" diff --git a/kde-misc/tellico/tellico-3.2.3.ebuild b/kde-misc/tellico/tellico-3.2.3.ebuild index 238ff1f2d72e..b176e576cc48 100644 --- a/kde-misc/tellico/tellico-3.2.3.ebuild +++ b/kde-misc/tellico/tellico-3.2.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://tellico-project.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="https://tellico-project.org/files/${P}.tar.xz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="|| ( GPL-2 GPL-3 )" diff --git a/kde-plasma/bluedevil/bluedevil-5.18.0.ebuild b/kde-plasma/bluedevil/bluedevil-5.18.0.ebuild index cb8004153973..44b98bcd9e95 100644 --- a/kde-plasma/bluedevil/bluedevil-5.18.0.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/bluedevil.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/breeze-grub/breeze-grub-5.18.0.ebuild b/kde-plasma/breeze-grub/breeze-grub-5.18.0.ebuild index c7ce4db3c0c3..da4c4e08b4f2 100644 --- a/kde-plasma/breeze-grub/breeze-grub-5.18.0.ebuild +++ b/kde-plasma/breeze-grub/breeze-grub-5.18.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Breeze theme for GRUB" LICENSE="GPL-3+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" src_prepare() { default; } diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.18.0.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.18.0.ebuild index 1ebb3cfcbba3..41706330dd92 100644 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.18.0.ebuild +++ b/kde-plasma/breeze-gtk/breeze-gtk-5.18.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://cgit.kde.org/breeze-gtk.git" LICENSE="LGPL-2.1+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" BDEPEND="${PYTHON_DEPS} diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.0.ebuild index 111ce7100326..3b3a06af3509 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.0.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Breeze theme for Plymouth" LICENSE="GPL-2+ GPL-3+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5" diff --git a/kde-plasma/breeze/breeze-5.18.0.ebuild b/kde-plasma/breeze/breeze-5.18.0.ebuild index 0e296f947ca9..99a6977bbe43 100644 --- a/kde-plasma/breeze/breeze-5.18.0.ebuild +++ b/kde-plasma/breeze/breeze-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/breeze.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="wayland X" # drop qtwidgets subslot operator when QT_MINIMAL >= 5.13.0 diff --git a/kde-plasma/discover/discover-5.18.0.ebuild b/kde-plasma/discover/discover-5.18.0.ebuild index 1b8d34ec0370..245803299a36 100644 --- a/kde-plasma/discover/discover-5.18.0.ebuild +++ b/kde-plasma/discover/discover-5.18.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://userbase.kde.org/Discover" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="+firmware feedback" # libmarkdown (app-text/discount) only used in PackageKitBackend diff --git a/kde-plasma/drkonqi/drkonqi-5.18.0.ebuild b/kde-plasma/drkonqi/drkonqi-5.18.0.ebuild index 8e4fdeab296d..ade4df48f84f 100644 --- a/kde-plasma/drkonqi/drkonqi-5.18.0.ebuild +++ b/kde-plasma/drkonqi/drkonqi-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="X" RDEPEND=" diff --git a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.18.0.ebuild b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.18.0.ebuild index 5d3dc1d08d91..ddbdaa0483e0 100644 --- a/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.18.0.ebuild +++ b/kde-plasma/kactivitymanagerd/kactivitymanagerd-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="System service to manage user's activities, track the usage pattern LICENSE="|| ( GPL-2 GPL-3 )" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" RDEPEND=" diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.18.0.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.18.0.ebuild index c36733ca9679..4407d2da9f15 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.18.0.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-5.18.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://cgit.kde.org/kde-cli-tools.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="kdesu X" REQUIRED_USE="kdesu? ( X )" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.18.0.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.18.0.ebuild index b123db8f2c08..6e3a75f60fe0 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.18.0.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/kde-gtk-config.git" LICENSE="GPL-3" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild index 63d78e52fd75..558c5fc281df 100644 --- a/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild +++ b/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Plugin based library to create window decorations" LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.18.0.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.18.0.ebuild index b0681938752d..efc0b1b40364 100644 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.18.0.ebuild +++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Extra Plasma applets and engines" LICENSE="GPL-2 LGPL-2" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="share webengine" DEPEND=" diff --git a/kde-plasma/kgamma/kgamma-5.18.0.ebuild b/kde-plasma/kgamma/kgamma-5.18.0.ebuild index 73659066e57d..57a9f2439cdf 100644 --- a/kde-plasma/kgamma/kgamma-5.18.0.ebuild +++ b/kde-plasma/kgamma/kgamma-5.18.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Screen gamma values kcontrol module" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" RDEPEND=" diff --git a/kde-plasma/khotkeys/khotkeys-5.18.0.ebuild b/kde-plasma/khotkeys/khotkeys-5.18.0.ebuild index a1c7aa8095b9..c13146ee224f 100644 --- a/kde-plasma/khotkeys/khotkeys-5.18.0.ebuild +++ b/kde-plasma/khotkeys/khotkeys-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma workspace hotkey module" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/kinfocenter/kinfocenter-5.18.0.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.18.0.ebuild index 877bbb42702c..c7b28ab86732 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.18.0.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.18.0.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="gles2 ieee1394 +opengl +pci wayland" REQUIRED_USE="wayland? ( || ( gles2 opengl ) )" diff --git a/kde-plasma/kmenuedit/kmenuedit-5.18.0.ebuild b/kde-plasma/kmenuedit/kmenuedit-5.18.0.ebuild index 697596a47173..59121905338b 100644 --- a/kde-plasma/kmenuedit/kmenuedit-5.18.0.ebuild +++ b/kde-plasma/kmenuedit/kmenuedit-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/kmenuedit.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" RDEPEND=" diff --git a/kde-plasma/kscreen/kscreen-5.18.0.ebuild b/kde-plasma/kscreen/kscreen-5.18.0.ebuild index ea1f4930d639..e49444e41c5f 100644 --- a/kde-plasma/kscreen/kscreen-5.18.0.ebuild +++ b/kde-plasma/kscreen/kscreen-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/kscreen.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.18.0.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.18.0.ebuild index be3937caf6f2..604020a17942 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.18.0.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.18.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Library and components for secure lock screen architecture" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="consolekit +pam seccomp" REQUIRED_USE="seccomp? ( pam )" diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.18.0.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.18.0.ebuild index e7707790b847..a8f77302a1b8 100644 --- a/kde-plasma/ksshaskpass/ksshaskpass-5.18.0.ebuild +++ b/kde-plasma/ksshaskpass/ksshaskpass-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/ksshaskpass.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/ksysguard/ksysguard-5.18.0.ebuild b/kde-plasma/ksysguard/ksysguard-5.18.0.ebuild index 4a78db247194..df0aa88a01da 100644 --- a/kde-plasma/ksysguard/ksysguard-5.18.0.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="lm-sensors pcap" DEPEND=" diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.18.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.18.0.ebuild index 44d7576afec7..050cf14a48ad 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.18.0.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.18.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="PAM module to not enter KWallet password again after login" LICENSE="LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild index 997eba7c2799..e7877f8532e1 100644 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" LICENSE="LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/kwin/kwin-5.18.0.ebuild b/kde-plasma/kwin/kwin-5.18.0.ebuild index 4b792fa989e5..79e4f92c53c6 100644 --- a/kde-plasma/kwin/kwin-5.18.0.ebuild +++ b/kde-plasma/kwin/kwin-5.18.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="caps gles2 multimedia" COMMON_DEPEND=" diff --git a/kde-plasma/kwrited/kwrited-5.18.0.ebuild b/kde-plasma/kwrited/kwrited-5.18.0.ebuild index 2f5f6eafd530..0309609050c6 100644 --- a/kde-plasma/kwrited/kwrited-5.18.0.ebuild +++ b/kde-plasma/kwrited/kwrited-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write messages" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/libkscreen/libkscreen-5.18.0.ebuild b/kde-plasma/libkscreen/libkscreen-5.18.0.ebuild index e32de3439cdb..0c958675163a 100644 --- a/kde-plasma/libkscreen/libkscreen-5.18.0.ebuild +++ b/kde-plasma/libkscreen/libkscreen-5.18.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="Plasma screen management library" LICENSE="GPL-2" # TODO: CHECK SLOT="5/7" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild index a2c7081e91dc..01f7b5ec770d 100644 --- a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild @@ -13,7 +13,7 @@ inherit ecm kde.org DESCRIPTION="Task management and system monitoring library" LICENSE="LGPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="minimal webengine X" RDEPEND=" diff --git a/kde-plasma/libkworkspace/libkworkspace-5.18.0.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.18.0.ebuild index afb0203ca835..6fb482566469 100644 --- a/kde-plasma/libkworkspace/libkworkspace-5.18.0.ebuild +++ b/kde-plasma/libkworkspace/libkworkspace-5.18.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma session manager" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" COMMON_DEPEND=" diff --git a/kde-plasma/milou/milou-5.18.0.ebuild b/kde-plasma/milou/milou-5.18.0.ebuild index c776dd2d9ddd..df014d8cb079 100644 --- a/kde-plasma/milou/milou-5.18.0.ebuild +++ b/kde-plasma/milou/milou-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/milou.git" LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/oxygen/oxygen-5.18.0.ebuild b/kde-plasma/oxygen/oxygen-5.18.0.ebuild index e783597f0663..aff68751af42 100644 --- a/kde-plasma/oxygen/oxygen-5.18.0.ebuild +++ b/kde-plasma/oxygen/oxygen-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/oxygen.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="wayland" COMMON_DEPEND=" diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.0.ebuild index 58202bc6cf1f..7895a03e7a26 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.0.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensi LICENSE="GPL-3+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.0-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.18.0-r1.ebuild index 1ade6819cc1d..d9fe0574f52a 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.0-r1.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.0-r1.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma desktop" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="+fontconfig ibus +mouse scim +semantic-desktop touchpad" COMMON_DEPEND=" diff --git a/kde-plasma/plasma-integration/plasma-integration-5.18.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.18.0.ebuild index e7b482cfa171..8de0bfe503fd 100644 --- a/kde-plasma/plasma-integration/plasma-integration-5.18.0.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" LICENSE="LGPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.0.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.0.ebuild index 438bc7b114c9..44b00a918be0 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.18.0.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.18.0.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop" LICENSE="metapackage" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover +display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam plymouth +pm-utils pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers" diff --git a/kde-plasma/plasma-nm/plasma-nm-5.18.0.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.18.0.ebuild index a5c6ddb993ae..1b701517e3a2 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.18.0.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager" LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="modemmanager openconnect teamd" DEPEND=" diff --git a/kde-plasma/plasma-pa/plasma-pa-5.18.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.18.0.ebuild index a3facfec0647..f3d32b187d8e 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.18.0.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Plasma applet for audio volume management using PulseAudio" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.18.0.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.18.0.ebuild index 7048a418cf46..759164983c0b 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.18.0.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.18.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/plasma-vault/plasma-vault-5.18.0.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.18.0.ebuild index a2d73b4d669d..f3f3d953fce7 100644 --- a/kde-plasma/plasma-vault/plasma-vault-5.18.0.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/" LICENSE="LGPL-3" SLOT="5" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="networkmanager" DEPEND=" diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.0.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.0.ebuild index 7cc0276752e1..457d91c50536 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.0.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.18.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace" LICENSE="GPL-2" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" BDEPEND=" diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.0.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.18.0.ebuild index 6b6b52f8cdf1..00f2933769c6 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.0.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="appstream +calendar feedback geolocation gps qalculate qrcode +semantic-desktop systemd" REQUIRED_USE="gps? ( geolocation )" diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.0.ebuild index 5f6826973591..4a8f9a22c329 100644 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.0.ebuild +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.0.ebuild index 0c79db864de7..8a083681eb0c 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.0.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/powerdevil/powerdevil-5.18.0.ebuild b/kde-plasma/powerdevil/powerdevil-5.18.0.ebuild index 15ff09b0116d..a79aa3c26b67 100644 --- a/kde-plasma/powerdevil/powerdevil-5.18.0.ebuild +++ b/kde-plasma/powerdevil/powerdevil-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/powerdevil.git" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="brightness-control +wireless" DEPEND=" diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.18.0.ebuild b/kde-plasma/sddm-kcm/sddm-kcm-5.18.0.ebuild index c9a890808928..b1b8fb0f1f49 100644 --- a/kde-plasma/sddm-kcm/sddm-kcm-5.18.0.ebuild +++ b/kde-plasma/sddm-kcm/sddm-kcm-5.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://cgit.kde.org/sddm-kcm.git" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/systemsettings/systemsettings-5.18.0.ebuild b/kde-plasma/systemsettings/systemsettings-5.18.0.ebuild index eb25fe4d53fb..bee05d65de42 100644 --- a/kde-plasma/systemsettings/systemsettings-5.18.0.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.18.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/user-manager/user-manager-5.18.0.ebuild b/kde-plasma/user-manager/user-manager-5.18.0.ebuild index 14372ded07a7..e3869dbd1a8c 100644 --- a/kde-plasma/user-manager/user-manager-5.18.0.ebuild +++ b/kde-plasma/user-manager/user-manager-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Simple system settings module to manage the users of your system" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="" DEPEND=" diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.0.ebuild index a4a9e3a2f3fd..b87c27942541 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.0.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.18.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE LICENSE="LGPL-2+" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="screencast" COMMON_DEPEND=" diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.0.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.0.ebuild index 98856ecc7f79..f83fa9404e16 100644 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.0.ebuild +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.18.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme LICENSE="GPL-2" SLOT="5" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" DEPEND=" >=dev-qt/qtcore-${QTMIN}:5 diff --git a/media-gfx/nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013-r5.ebuild b/media-gfx/nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013-r5.ebuild index 9b989032fff8..d1edb0448661 100644 --- a/media-gfx/nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013-r5.ebuild +++ b/media-gfx/nvidia-cg-toolkit/nvidia-cg-toolkit-3.1.0013-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -129,11 +129,3 @@ multilib_src_install_all() { eprefixify "${T}"/80cgc-opt doenvd "${T}"/80cgc-opt } - -pkg_postinst() { - if [[ ${REPLACING_VERSIONS} < 2.1.0016 ]]; then - einfo "Starting with ${CATEGORY}/${PN}-2.1.0016, ${PN} is installed in" - einfo "${DEST}. Packages might have to add something like:" - einfo " append-cppflags -I${DEST}/include" - fi -} diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild index b29582ac6cff..62d36e384543 100644 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="LGPL-2.1" |