diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-04 20:39:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-04 20:39:43 +0300 |
commit | 74f03bc3ef46fc2a6037ffbeb999ce6c41931040 (patch) | |
tree | d89f7e3bed87ad14afe2461b52379a75ae00a8ae /dev-util | |
parent | dev-util/kdevelop-php: amd64 stable wrt bug #642564 (diff) | |
download | gentoo-74f03bc3ef46fc2a6037ffbeb999ce6c41931040.tar.gz gentoo-74f03bc3ef46fc2a6037ffbeb999ce6c41931040.tar.bz2 gentoo-74f03bc3ef46fc2a6037ffbeb999ce6c41931040.zip |
dev-util/kdevelop-python: amd64 stable wrt bug #642564
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-util')
-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}" |