~bzr-gentoo-team/bzr-gentoo-overlay/overlay-main

« back to all changes in this revision

Viewing changes to dev-vcs/bzrtools/bzrtools-9999.ebuild

  • Committer: Martin von Gagern
  • Date: 2010-12-20 17:13:43 UTC
  • mfrom: (218.3.162 bzr-overlay-dev)
  • Revision ID: martin.vgagern@gmx.net-20101220171343-xbqyo6t80ktsalod
Merge from <lp:~gentoo-members/bzr-gentoo-overlay/bzr-overlay-dev>, revision 380.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 1999-2009 Gentoo Foundation
 
1
# Copyright 1999-2010 Gentoo Foundation
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
# $Header: $
4
4
 
5
5
EAPI="3"
6
6
PYTHON_DEPEND="2"
 
7
SUPPORT_PYTHON_ABIS="1"
 
8
RESTRICT_PYTHON_ABIS="3.*"
7
9
 
8
10
inherit distutils bzr
9
11
 
14
16
 
15
17
LICENSE="GPL-2"
16
18
SLOT="0"
17
 
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
 
19
KEYWORDS=""
18
20
IUSE=""
19
21
 
20
22
DEPEND="dev-vcs/bzr"