diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-18 20:38:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-18 20:39:43 +0100 |
commit | be0073b0330e667928b3e343602a189abe5c0003 (patch) | |
tree | 7d4135396935024a122fd7bd0f0ff57e02a0a60b | |
parent | net-ftp/pureadmin: Port to EAPI 7 (diff) | |
download | gentoo-be0073b0330e667928b3e343602a189abe5c0003.tar.gz gentoo-be0073b0330e667928b3e343602a189abe5c0003.tar.bz2 gentoo-be0073b0330e667928b3e343602a189abe5c0003.zip |
app-office/calligraplan: 3.2.2 stable
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | app-office/calligraplan/calligraplan-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/calligraplan/calligraplan-3.2.2.ebuild b/app-office/calligraplan/calligraplan-3.2.2.ebuild index 45620a30fd04..a8dc309bb5c0 100644 --- a/app-office/calligraplan/calligraplan-3.2.2.ebuild +++ b/app-office/calligraplan/calligraplan-3.2.2.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://www.calligra.org/" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/calligra/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |