summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-24 12:38:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-24 14:19:52 +0200
commitb160d7e916d0b12a7470ba344ec8fd4611134e8f (patch)
treef7a5905c9e9de66e65bc3d8e1b33bfebc8c66d37
parentdev-python/dbus-python: Add dep on dev-python/tappy (diff)
downloadgentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.tar.gz
gentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.tar.bz2
gentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.zip
dev-python/dbus-python: Remove duplicate run_in_build_dir func
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild6
1 files changed, 0 insertions, 6 deletions
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 6ff088973677..099c2e54856a 100644
--- 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
-}