projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452e1fd
)
sys-libs/talloc: Add python-single-r1_pkg_setup() to pkg_setup()
author
David Seifert
<soap@gentoo.org>
Sun, 14 Feb 2016 10:09:46 +0000
(11:09 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/sys-libs/talloc/talloc-2.1.5-r1.ebuild
b/sys-libs/talloc/talloc-2.1.5-r1.ebuild
index 98398ca802c6196abd0619388b379e63c92594c0..4f61bf00cb0bfc03ec1b64bff2fd57147bc29da6 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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() {