diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-24 17:34:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-25 16:56:42 +0200 |
commit | b7158377491dce6d2b3ab0c6eb4beed6a958b8b8 (patch) | |
tree | 3c2fbdb73d5322bb27acbcbf423ef0f1487af2ed /kde-apps/cantor | |
parent | kde-apps/kde-meta: Relax minimum kde-apps/kde4-l10n version (diff) | |
download | kde-sunset-b7158377491dce6d2b3ab0c6eb4beed6a958b8b8.tar.gz kde-sunset-b7158377491dce6d2b3ab0c6eb4beed6a958b8b8.tar.bz2 kde-sunset-b7158377491dce6d2b3ab0c6eb4beed6a958b8b8.zip |
kde-apps: Sanitise KEYWORDS
~arm, ~ppc and ~ppc64 were lost during gradual cleanup in Gentoo repo
and are impossible to recover unless there is an arch testing effort.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/cantor')
-rw-r--r-- | kde-apps/cantor/cantor-4.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-apps/cantor/cantor-4.14.3.ebuild b/kde-apps/cantor/cantor-4.14.3.ebuild index a3d005ec..94b2ab6f 100644 --- a/kde-apps/cantor/cantor-4.14.3.ebuild +++ b/kde-apps/cantor/cantor-4.14.3.ebuild @@ -9,7 +9,7 @@ inherit kde4-base python-single-r1 DESCRIPTION="KDE4 interface for doing mathematics and scientific computing" HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="analitza debug postscript python qalculate +R" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |