diff options
-rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild index e59c88de6739..ba7fd2bc14f1 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" IUSE="" -[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 x86" +[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |