diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 23:02:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 23:02:19 +0000 |
commit | 86b2a85d176569d6e690b655e204f19fda29b9d3 (patch) | |
tree | 53f18f8758ce102d5f18b943f4571980a140d19e /sys-apps/paxctl/paxctl-0.2.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-86b2a85d176569d6e690b655e204f19fda29b9d3.tar.gz gentoo-2-86b2a85d176569d6e690b655e204f19fda29b9d3.tar.bz2 gentoo-2-86b2a85d176569d6e690b655e204f19fda29b9d3.zip |
sync IUSE (missing), glibc -> libc
Diffstat (limited to 'sys-apps/paxctl/paxctl-0.2.ebuild')
-rw-r--r-- | sys-apps/paxctl/paxctl-0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/paxctl/paxctl-0.2.ebuild b/sys-apps/paxctl/paxctl-0.2.ebuild index 7a19021dd11e..b84c5c86ead4 100644 --- a/sys-apps/paxctl/paxctl-0.2.ebuild +++ b/sys-apps/paxctl/paxctl-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.2 2004/06/24 22:20:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.3 2004/06/30 23:01:22 agriffis Exp $ inherit flag-o-matic @@ -8,10 +8,11 @@ DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" HOMEPAGE="http://pax.grsecurity.net" KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~hppa ~ia64" ; # "~mips" +IUSE="" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc >=sys-devel/binutils-2.14.90.0.8-r1" +DEPEND="virtual/libc >=sys-devel/binutils-2.14.90.0.8-r1" #S=${WORKDIR}/${P} |