diff options
author | 2020-02-08 16:38:36 +0300 | |
---|---|---|
committer | 2020-02-08 16:38:36 +0300 | |
commit | c13bb4ec8464c17a766158cda05f32f018ab84a8 (patch) | |
tree | 9d6f04c46c1925a7b9fd43a29a76bb6ab9efca6f /app-office/skrooge | |
parent | dev-python/pypy3-exe-bin: amd64 stable wrt bug #705690 (diff) | |
download | gentoo-c13bb4ec8464c17a766158cda05f32f018ab84a8.tar.gz gentoo-c13bb4ec8464c17a766158cda05f32f018ab84a8.tar.bz2 gentoo-c13bb4ec8464c17a766158cda05f32f018ab84a8.zip |
app-office/skrooge: amd64 stable wrt bug #705234
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-office/skrooge')
-rw-r--r-- | app-office/skrooge/skrooge-2.21.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/skrooge/skrooge-2.21.1.ebuild b/app-office/skrooge/skrooge-2.21.1.ebuild index 913f2d0c35a5..e78009944068 100644 --- a/app-office/skrooge/skrooge-2.21.1.ebuild +++ b/app-office/skrooge/skrooge-2.21.1.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 @@ -15,7 +15,7 @@ HOMEPAGE="https://skrooge.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2" |