diff options
author | David Seifert <soap@gentoo.org> | 2016-02-14 11:09:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-02-14 11:09:46 +0100 |
commit | 9bf58646deab755cf46647f87163260126bb5477 (patch) | |
tree | 3c2bcf5746cfe5d8e80243c10f66ff0c029e0d18 /sys-libs/talloc | |
parent | app-shells/posh: Fix tests to work with perl-5.15+ (diff) | |
download | gentoo-9bf58646deab755cf46647f87163260126bb5477.tar.gz gentoo-9bf58646deab755cf46647f87163260126bb5477.tar.bz2 gentoo-9bf58646deab755cf46647f87163260126bb5477.zip |
sys-libs/talloc: Add python-single-r1_pkg_setup() to pkg_setup()
Gentoo-Bug: 574670
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/talloc-2.1.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/talloc/talloc-2.1.5-r1.ebuild b/sys-libs/talloc/talloc-2.1.5-r1.ebuild index 98398ca802c6..4f61bf00cb0b 100644 --- a/sys-libs/talloc/talloc-2.1.5-r1.ebuild +++ b/sys-libs/talloc/talloc-2.1.5-r1.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$ @@ -44,6 +44,8 @@ pkg_setup() { # try to turn off distcc and ccache for people that have a problem with it export DISTCC_DISABLE=1 export CCACHE_DISABLE=1 + + python-single-r1_pkg_setup } src_prepare() { |