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-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.1 2012/05/24 09:46:20 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.2 2012/05/24 10:57:33 jlec Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | inherit toolchain-funcs |
7 | inherit toolchain-funcs |
8 | |
8 | |
9 | DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." |
9 | DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" |
10 | SRC_URI="http://pax.grsecurity.net/${P}.tar.bz2" |
10 | SRC_URI="http://pax.grsecurity.net/${P}.tar.bz2" |
11 | HOMEPAGE="http://pax.grsecurity.net" |
11 | HOMEPAGE="http://pax.grsecurity.net" |
|
|
12 | |
12 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
13 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |
13 | IUSE="" |
14 | IUSE="" |
14 | LICENSE="GPL-2" |
15 | LICENSE="GPL-2" |
15 | SLOT="0" |
16 | SLOT="0" |
16 | |
17 | |
17 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |
18 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |