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

« back to all changes in this revision

Viewing changes to dev-python/pykerberos/pykerberos-1.1.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
EAPI="3"
 
6
PYTHON_DEPEND="2"
 
7
SUPPORT_PYTHON_ABIS="1"
 
8
RESTRICT_PYTHON_ABIS="3.*"
 
9
 
5
10
inherit distutils
6
11
 
7
12
MY_P="PyKerberos-${PV}"
12
17
 
13
18
LICENSE="Apache-2.0"
14
19
SLOT="0"
15
 
KEYWORDS="~x86"
 
20
KEYWORDS="~amd64 ~x86"
16
21
IUSE=""
17
22
 
18
23
DEPEND="app-crypt/mit-krb5"