diff options
author | 2018-07-24 12:38:34 +0200 | |
---|---|---|
committer | 2018-07-24 14:19:52 +0200 | |
commit | b160d7e916d0b12a7470ba344ec8fd4611134e8f (patch) | |
tree | f7a5905c9e9de66e65bc3d8e1b33bfebc8c66d37 /dev-python/dbus-python | |
parent | dev-python/dbus-python: Add dep on dev-python/tappy (diff) | |
download | gentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.tar.gz gentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.tar.bz2 gentoo-b160d7e916d0b12a7470ba344ec8fd4611134e8f.zip |
dev-python/dbus-python: Remove duplicate run_in_build_dir func
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 6 |
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 -} |