summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-20 00:32:33 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-20 00:33:34 +0200
commit21c09c140566ac7e12b4e1e8594b3b80dc842394 (patch)
treecd1bafab840b2903440ba689bd0fbc12c50024b6
parentmedia-libs/libsndfile: ia64 stable, bug #618010 (diff)
downloadgentoo-21c09c140566ac7e12b4e1e8594b3b80dc842394.tar.gz
gentoo-21c09c140566ac7e12b4e1e8594b3b80dc842394.tar.bz2
gentoo-21c09c140566ac7e12b4e1e8594b3b80dc842394.zip
app-portage/gentoopm: Fix DISTUTILS_ALL_SUBPHASE_IMPLS use
-rw-r--r--app-portage/gentoopm/gentoopm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 496524fd26ab..a4529c98bc9b 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -27,7 +27,7 @@ PDEPEND="app-eselect/eselect-package-manager"
REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )"
src_configure() {
- use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2_7 )
+ use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
distutils-r1_src_configure
}