sys-libs/talloc: Add python-single-r1_pkg_setup() to pkg_setup()
authorDavid Seifert <soap@gentoo.org>
Sun, 14 Feb 2016 10:09:46 +0000 (11:09 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 14 Feb 2016 10:09:46 +0000 (11:09 +0100)
Gentoo-Bug: 574670

Package-Manager: portage-2.2.27

sys-libs/talloc/talloc-2.1.5-r1.ebuild

index 98398ca802c6196abd0619388b379e63c92594c0..4f61bf00cb0bfc03ec1b64bff2fd57147bc29da6 100644 (file)
@@ -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() {