diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-01 12:45:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-01 12:46:53 +0200 |
commit | fa6b5c93eb0e01d71dff2b354bb1684edad0c92e (patch) | |
tree | e580661b249e095e0a89285ff122f86cdcede73e /kde-apps | |
parent | kde-apps: Re-add ~arm64 keyword (diff) | |
download | gentoo-fa6b5c93eb0e01d71dff2b354bb1684edad0c92e.tar.gz gentoo-fa6b5c93eb0e01d71dff2b354bb1684edad0c92e.tar.bz2 gentoo-fa6b5c93eb0e01d71dff2b354bb1684edad0c92e.zip |
kde-apps/akonadi: Drop ~arm keyword
~arm seems to have been mistakenly added to kde-apps/akonadi some time in 2016,
there are no relevant applications making actual use of it, dropping then.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/akonadi/akonadi-19.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-apps/akonadi/akonadi-19.12.3.ebuild b/kde-apps/akonadi/akonadi-19.12.3.ebuild index e4b212c938e4..a40964760f09 100644 --- a/kde-apps/akonadi/akonadi-19.12.3.ebuild +++ b/kde-apps/akonadi/akonadi-19.12.3.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Storage service for PIM data and libraries for PIM apps" HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" LICENSE="LGPL-2.1+" IUSE="+kaccounts +mysql postgres sqlite tools xml" |