diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libalkimia/libalkimia-7.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libalkimia/libalkimia-7.0.2.ebuild b/app-office/libalkimia/libalkimia-7.0.2.ebuild index 6ddc34c445af..f28101ef0fc8 100644 --- a/app-office/libalkimia/libalkimia-7.0.2.ebuild +++ b/app-office/libalkimia/libalkimia-7.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Library with common classes and functionality used by KDE finance applications" |