| 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/libsepol/libsepol-2.1.4-r1.ebuild,v 1.1 2012/03/31 11:03:18 swift Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.4-r1.ebuild,v 1.2 2012/04/29 10:07:40 swift Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit multilib toolchain-funcs eutils |
7 | inherit multilib toolchain-funcs eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://userspace.selinuxproject.org" |
10 | HOMEPAGE="http://userspace.selinuxproject.org" |
| 11 | SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz" |
11 | SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
15 | KEYWORDS="amd64 x86" |
| 16 | IUSE="" |
16 | IUSE="" |
| 17 | |
17 | |
| 18 | DEPEND="" |
18 | DEPEND="" |
| 19 | RDEPEND="" |
19 | RDEPEND="" |
| 20 | |
20 | |