diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-03 14:04:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-03 14:04:39 +0200 |
commit | c5940a052888ea496f27d2ea55de38b1824d32a6 (patch) | |
tree | c8d8beb368a1ec164bb1a850e04b48eae0e68802 /app-office | |
parent | sys-libs/libcap: Attempt to not run objcopy directly (diff) | |
download | gentoo-c5940a052888ea496f27d2ea55de38b1824d32a6.tar.gz gentoo-c5940a052888ea496f27d2ea55de38b1824d32a6.tar.bz2 gentoo-c5940a052888ea496f27d2ea55de38b1824d32a6.zip |
app-office/kmymoney: amd64 stable wrt bug #805062
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kmymoney/kmymoney-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild b/app-office/kmymoney/kmymoney-5.1.2.ebuild index d52c1f7e96d9..6ad28d6b1537 100644 --- a/app-office/kmymoney/kmymoney-5.1.2.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2" |