diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-07 08:32:14 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-07 08:32:14 +0100 |
commit | dd67425a32ec2d52a5042544dacd5a339c7036ee (patch) | |
tree | 7a15aed623ddd656171b6e710bb42e7f3661d483 /kde-misc | |
parent | app-backup/bareos: fix pid file creation (diff) | |
download | gentoo-dd67425a32ec2d52a5042544dacd5a339c7036ee.tar.gz gentoo-dd67425a32ec2d52a5042544dacd5a339c7036ee.tar.bz2 gentoo-dd67425a32ec2d52a5042544dacd5a339c7036ee.zip |
kde-misc/tellico: x86 stable wrt bug #832621
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/tellico-3.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-misc/tellico/tellico-3.4.3.ebuild b/kde-misc/tellico/tellico-3.4.3.ebuild index 3c34e17b6b7e..432adf816b33 100644 --- a/kde-misc/tellico/tellico-3.4.3.ebuild +++ b/kde-misc/tellico/tellico-3.4.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://tellico-project.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="https://tellico-project.org/files/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" fi LICENSE="|| ( GPL-2 GPL-3 )" |