| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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.4.ebuild,v 1.3 2006/07/18 22:06:47 hansmi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.4.ebuild,v 1.4 2006/08/16 18:12:05 corsair Exp $ |
| 4 | |
4 | |
| 5 | inherit flag-o-matic |
5 | inherit flag-o-matic |
| 6 | |
6 | |
| 7 | DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." |
7 | DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." |
| 8 | SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" |
8 | SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" |
| 9 | HOMEPAGE="http://pax.grsecurity.net" |
9 | HOMEPAGE="http://pax.grsecurity.net" |
| 10 | KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" |
10 | KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" |
| 11 | IUSE="" |
11 | IUSE="" |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | |
14 | |
| 15 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |
15 | DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" |