dev-python/dbus-python: Remove duplicate run_in_build_dir func
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 10:38:34 +0000 (12:38 +0200)
committerMichał 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

index 6ff0889736771856226e6e5bc6e8e5295822018b..099c2e54856af69f07dbfdbebff9802d268f163c 100644 (file)
@@ -84,9 +84,3 @@ src_install() {
                doins -r examples
        fi
 }
-
-run_in_build_dir() {
-       pushd "${BUILD_DIR}" > /dev/null || die
-       "$@"
-       popd > /dev/null
-}