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 | 9bbd4cbf873e39c18f1b9d0cf74639d85a49d43d (patch) | |
tree | 4c567ec5eff9671d4d437ffef58dabb02b820c85 /sys-apps/paxctl | |
parent | Remove redundant RDEPEND in x11-plugins/wmbutton-0.5.ebuild (Manifest recommit) (diff) | |
download | gentoo-2-9bbd4cbf873e39c18f1b9d0cf74639d85a49d43d.tar.gz gentoo-2-9bbd4cbf873e39c18f1b9d0cf74639d85a49d43d.tar.bz2 gentoo-2-9bbd4cbf873e39c18f1b9d0cf74639d85a49d43d.zip |
stable on amd64
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 98a6657e7b90..36978983859c 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.4 2004/06/30 23:01:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.5 2004/07/22 00:07:12 lv Exp $ + + 21 Jul 2004; Travis Tilley <lv@gentoo.org> paxctl-0.2.ebuild: + stable on amd64 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> paxctl-0.2.ebuild: sync IUSE (missing), glibc -> libc 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" |