diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-21 14:43:06 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-21 14:43:06 +0200 |
commit | 6141abbeb0b5d055b6d69c519f7e4a56e397f8c8 (patch) | |
tree | 1ba4a7535fa36271859e603a7a5f4d5e488ed065 /dev-util/kdevelop-python | |
parent | dev-util/kdevelop-php: x86 stable (bug #696208) (diff) | |
download | gentoo-6141abbeb0b5d055b6d69c519f7e4a56e397f8c8.tar.gz gentoo-6141abbeb0b5d055b6d69c519f7e4a56e397f8c8.tar.bz2 gentoo-6141abbeb0b5d055b6d69c519f7e4a56e397f8c8.zip |
dev-util/kdevelop-python: x86 stable (bug #696208)
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-python')
-rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild index 4329abd3e932..3b17d528450b 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.4.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{5,6,7} ) inherit kde5 python-single-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Python plugin for KDevelop" |