| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r1.ebuild,v 1.2 2011/10/23 12:40:56 swift Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r1.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | PYTHON_DEPEND="python? 2" |
6 | PYTHON_DEPEND="python? 2" |
| 7 | SUPPORT_PYTHON_ABIS="1" |
7 | SUPPORT_PYTHON_ABIS="1" |
| 8 | RESTRICT_PYTHON_ABIS="3.* *-jython" |
8 | RESTRICT_PYTHON_ABIS="3.* *-jython" |
| … | |
… | |
| 22 | sys-libs/libselinux |
22 | sys-libs/libselinux |
| 23 | sys-devel/bison |
23 | sys-devel/bison |
| 24 | sys-devel/flex |
24 | sys-devel/flex |
| 25 | >=dev-db/sqlite-3.2:3 |
25 | >=dev-db/sqlite-3.2:3 |
| 26 | dev-libs/libxml2:2 |
26 | dev-libs/libxml2:2 |
| 27 | dev-util/pkgconfig |
27 | virtual/pkgconfig |
| 28 | java? ( |
28 | java? ( |
| 29 | >=dev-lang/swig-1.3.28 |
29 | >=dev-lang/swig-1.3.28 |
| 30 | >=virtual/jdk-1.4 |
30 | >=virtual/jdk-1.4 |
| 31 | ) |
31 | ) |
| 32 | python? ( >=dev-lang/swig-1.3.28 ) |
32 | python? ( >=dev-lang/swig-1.3.28 ) |