commit: b160d7e916d0b12a7470ba344ec8fd4611134e8f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 10:38:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 12:19:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b160d7e9
dev-python/dbus-python: Remove duplicate run_in_build_dir func
dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 6 ------
1 file changed, 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 6ff08897367..099c2e54856 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
-}