projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c176999
)
dev-python/dbus-python: Remove duplicate run_in_build_dir func
author
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Jul 2018 10:38:34 +0000
(12:38 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 24 Jul 2018 12:19:52 +0000
(14:19 +0200)
dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
index 6ff0889736771856226e6e5bc6e8e5295822018b..099c2e54856af69f07dbfdbebff9802d268f163c 100644
(file)
--- a/
dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
+++ b/
dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
@@
-84,9
+84,3
@@
src_install() {
doins -r examples
fi
}
-
-run_in_build_dir() {
- pushd "${BUILD_DIR}" > /dev/null || die
- "$@"
- popd > /dev/null
-}