| 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.3 2012/08/05 05:43:08 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.4 2012/08/05 05:53:06 blueness 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 | |
| 13 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |
13 | KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | LICENSE="GPL-2" |
15 | LICENSE="GPL-2" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | |
17 | |
| 18 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |
18 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |