diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-01-17 23:05:01 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-01-17 23:09:11 +0000 |
commit | e9931fd6c35ace8ce36d072601392b7a76ffcf7e (patch) | |
tree | 0626b30fc1e5e5f185461bf0106fe8e9309efc65 /dev-python | |
parent | net-irc/irssi-otr: Add myself to the maintainers list. (diff) | |
download | gentoo-e9931fd6c35ace8ce36d072601392b7a76ffcf7e.tar.gz gentoo-e9931fd6c35ace8ce36d072601392b7a76ffcf7e.tar.bz2 gentoo-e9931fd6c35ace8ce36d072601392b7a76ffcf7e.zip |
dev-python/colorlog: Remove examples USE flag as it is currently breaking compilation.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/colorlog/colorlog-2.6.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/colorlog/colorlog-2.6.0.ebuild b/dev-python/colorlog/colorlog-2.6.0.ebuild index a586d01e0064..1e8ec03b27ae 100644 --- a/dev-python/colorlog/colorlog-2.6.0.ebuild +++ b/dev-python/colorlog/colorlog-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="examples test" +IUSE="test" RDEPEND="" DEPEND="${RDEPEND} @@ -29,6 +29,5 @@ python_test() { } python_install_all() { - use examples && local EXAMPLES=( doc/. ) distutils-r1_python_install_all } |