~gagern/bzr-gentoo-overlay/bump2

« back to all changes in this revision

Viewing changes to dev-vcs/bzr-gtk/bzr-gtk-9999.ebuild

  • Committer: Mark Lee
  • Date: 2010-07-13 05:54:59 UTC
  • mfrom: (218.3.128 bzr-overlay-dev)
  • Revision ID: bzr@lazymalevolence.com-20100713055459-6j7iuhcoa69d63nt
Merge from <lp:~gentoo-members/bzr-gentoo-overlay/bzr-overlay-dev>, revision 346.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
# $Header: $
4
4
 
5
 
EAPI=2
6
 
NEED_PYTHON=2.4
 
5
EAPI="3"
 
6
PYTHON_DEPEND="2"
7
7
 
8
 
inherit python distutils bzr
 
8
inherit distutils bzr
9
9
 
10
10
MY_P="/${P/_rc/rc}"
11
11