diff options
author | 2008-01-05 17:55:06 +0000 | |
---|---|---|
committer | 2008-01-05 17:55:06 +0000 | |
commit | 5686ed5bc0c23ba35139cb891b21e3c786af3399 (patch) | |
tree | 34042c74a48aac32ec91be78211f887b839b104b /dev-python/dbus-python/dbus-python-0.82.4.ebuild | |
parent | Version bump wrt bug #203893 thanks to x-drum (diff) | |
download | historical-5686ed5bc0c23ba35139cb891b21e3c786af3399.tar.gz historical-5686ed5bc0c23ba35139cb891b21e3c786af3399.tar.bz2 historical-5686ed5bc0c23ba35139cb891b21e3c786af3399.zip |
Removed dbus/Makefile.in from sed as it no longer exists in this version, bug 204372. quoting.
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-python/dbus-python/dbus-python-0.82.4.ebuild')
-rw-r--r-- | dev-python/dbus-python/dbus-python-0.82.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dbus-python/dbus-python-0.82.4.ebuild b/dev-python/dbus-python/dbus-python-0.82.4.ebuild index 5feca4a41904..b565c4cc6130 100644 --- a/dev-python/dbus-python/dbus-python-0.82.4.ebuild +++ b/dev-python/dbus-python/dbus-python-0.82.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.4.ebuild,v 1.1 2008/01/04 23:26:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.82.4.ebuild,v 1.2 2008/01/05 17:55:06 hawking Exp $ inherit python multilib @@ -30,7 +30,7 @@ src_unpack() { # don't run py-compile sed -i \ -e '/if test -n "$$dlist"; then/,/else :; fi/d' \ - dbus/Makefile.in Makefile.in || die "sed in Makefile.in failed" + Makefile.in || die "sed in Makefile.in failed" } src_compile() { @@ -43,7 +43,7 @@ src_install() { } pkg_postinst() { - python_mod_optimize ${ROOT}usr/$(get_libdir)/python*/site-packages/dbus + python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/dbus } pkg_postrm() { |