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