diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 16:37:57 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 16:42:12 +0100 |
commit | 2445f67911651a0d385181482b15a186f429de0a (patch) | |
tree | 1bb41db11fc2d4d1910736034c6def971f64cfbd /sys-libs | |
parent | sys-block/partitionmanager: x86 stable wrt bug #713800 (diff) | |
download | gentoo-2445f67911651a0d385181482b15a186f429de0a.tar.gz gentoo-2445f67911651a0d385181482b15a186f429de0a.tar.bz2 gentoo-2445f67911651a0d385181482b15a186f429de0a.zip |
sys-libs/kpmcore: x86 stable wrt bug #713800
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/kpmcore/kpmcore-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/kpmcore/kpmcore-4.1.0.ebuild b/sys-libs/kpmcore/kpmcore-4.1.0.ebuild index 1aabf8caf71e..de6c97e63e1d 100644 --- a/sys-libs/kpmcore/kpmcore-4.1.0.ebuild +++ b/sys-libs/kpmcore/kpmcore-4.1.0.ebuild @@ -10,7 +10,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Library for managing partitions" |