diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-22 00:07:12 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-22 00:07:12 +0000 |
commit | 0a3a4d577e8b55c9d21f87d0b28ade204d6f2f42 (patch) | |
tree | ac55778e5c6c64f3f28e175aab9b6acc8622c5d0 /sys-apps/paxctl/paxctl-0.2.ebuild | |
parent | Remove redundant RDEPEND in x11-plugins/wmbutton-0.5.ebuild (diff) | |
download | historical-0a3a4d577e8b55c9d21f87d0b28ade204d6f2f42.tar.gz historical-0a3a4d577e8b55c9d21f87d0b28ade204d6f2f42.tar.bz2 historical-0a3a4d577e8b55c9d21f87d0b28ade204d6f2f42.zip |
stable on amd64
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 b84c5c86ead4..fd71b324211f 100644 --- a/sys-apps/paxctl/paxctl-0.2.ebuild +++ b/sys-apps/paxctl/paxctl-0.2.ebuild @@ -1,13 +1,14 @@ # 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.3 2004/06/30 23:01:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.4 2004/07/22 00:07:12 lv Exp $ inherit flag-o-matic DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" HOMEPAGE="http://pax.grsecurity.net" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~hppa ~ia64" ; # "~mips" +KEYWORDS="~x86 amd64 ~sparc ~ppc ~hppa ~ia64" +# "~mips" IUSE="" LICENSE="GPL-2" SLOT="0" |