diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-22 20:34:57 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-22 21:24:46 -0500 |
commit | 6a94294a0d2faf29724b163382c6908b6aba1787 (patch) | |
tree | 4a12fd83154e9ebeef108fa3d3f910229bce6887 /kde-frameworks | |
parent | dev-python/PyQt5: more complete fix for parallel install failure (diff) | |
download | gentoo-6a94294a0d2faf29724b163382c6908b6aba1787.tar.gz gentoo-6a94294a0d2faf29724b163382c6908b6aba1787.tar.bz2 gentoo-6a94294a0d2faf29724b163382c6908b6aba1787.zip |
kde-frameworks/purpose: arm64 keyworded (bug #702290)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/purpose/purpose-5.64.0-r2.ebuild | 2 | ||||
-rw-r--r-- | kde-frameworks/purpose/purpose-5.65.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild b/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild index a4438e2b1b30..14f33ca6754d 100644 --- a/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild +++ b/kde-frameworks/purpose/purpose-5.64.0-r2.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="+dolphin +kaccounts" DEPEND=" diff --git a/kde-frameworks/purpose/purpose-5.65.0.ebuild b/kde-frameworks/purpose/purpose-5.65.0.ebuild index 409caa0c2954..49100275b1f8 100644 --- a/kde-frameworks/purpose/purpose-5.65.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.65.0.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+dolphin +kaccounts" DEPEND=" |