summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-08-23 18:06:06 +0200
committerMichał Górny <mgorny@gentoo.org>2015-08-23 18:10:59 +0200
commite4fc17c58c62d72906e91c88eb29d343b4d82cef (patch)
tree2b83c267892b2fa05d010eb93208e2d2ed0f80ce /dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild
parentmedia-gfx/eog-plugins: run python_setup for non-binary pkg_setup (diff)
downloadgentoo-e4fc17c58c62d72906e91c88eb29d343b4d82cef.tar.gz
gentoo-e4fc17c58c62d72906e91c88eb29d343b4d82cef.tar.bz2
gentoo-e4fc17c58c62d72906e91c88eb29d343b4d82cef.zip
dev-python/pypy*: Fix pkg_{pretend,setup} not to run for binpkgs
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild')
-rw-r--r--dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild b/dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild
index e32a5a3e37b4..bc165d35aba2 100644
--- a/dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild
+++ b/dev-python/pypy-bin/pypy-bin-2.6.0-r1.ebuild
@@ -78,7 +78,9 @@ PDEPEND="app-admin/python-updater"
S=${WORKDIR}/pypy-${PV}-src
pkg_setup() {
- use doc && python-any-r1_pkg_setup
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ use doc && python-any-r1_pkg_setup
+ fi
}
src_prepare() {