Changeset 581 for openmoko/trunk/openmoko-target/dev-python/python-ecore/python-ecore-20090614.ebuild
- Timestamp:
- 07/02/09 18:24:51 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/dev-python/python-ecore/python-ecore-20090614.ebuild
r538 r581 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 … … 18 20 DEPEND=">=dev-util/pkgconfig-0.9.0 19 21 >=dev-lang/python-2.3" 22 23 src_prepare() { 24 epatch "${FILESDIR}/${PN}-cross-setup.patch" 25 }
