Changeset 578 for openmoko/trunk/openmoko-target/dev-python/python-e_dbus/python-e_dbus-20090614.ebuild
- Timestamp:
- 07/02/09 18:19:29 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/dev-python/python-e_dbus/python-e_dbus-20090614.ebuild
r538 r578 2 2 # Distributed under the terms of the GNU General Public License v2 3 3 # $Header: $ 4 5 EAPI=2 4 6 5 7 inherit enlightenment_svn-python … … 16 18 DEPEND=">=dev-util/pkgconfig-0.9.0 17 19 >=dev-lang/python-2.3" 20 21 src_prepare() { 22 epatch "${FILESDIR}/${PN}-cross-setup.patch" 23 }
