| 1 | # Copyright 1999-2012 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/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild,v 1.1 2012/10/29 15:36:13 swift Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild,v 1.2 2012/11/17 16:55:33 swift Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | PYTHON_DEPEND="python? *" |
6 | PYTHON_DEPEND="python? *" |
| 7 | SUPPORT_PYTHON_ABIS="1" |
7 | SUPPORT_PYTHON_ABIS="1" |
| 8 | RESTRICT_PYTHON_ABIS="2.5 *-jython *-pypy-*" |
8 | RESTRICT_PYTHON_ABIS="2.5 *-jython *-pypy-*" |
| … | |
… | |
| 16 | SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz |
16 | SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz |
| 17 | http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${P}-r1.tar.gz" |
17 | http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${P}-r1.tar.gz" |
| 18 | |
18 | |
| 19 | LICENSE="public-domain" |
19 | LICENSE="public-domain" |
| 20 | SLOT="0" |
20 | SLOT="0" |
| 21 | KEYWORDS="~amd64 ~x86" |
21 | KEYWORDS="amd64 x86" |
| 22 | IUSE="python ruby static-libs" |
22 | IUSE="python ruby static-libs" |
| 23 | |
23 | |
| 24 | RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} |
24 | RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} |
| 25 | >=dev-libs/libpcre-8.30-r2[static-libs?] |
25 | >=dev-libs/libpcre-8.30-r2[static-libs?] |
| 26 | ruby? ( dev-lang/ruby )" |
26 | ruby? ( dev-lang/ruby )" |