diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-12-12 12:39:52 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-12-12 12:39:52 +0000 |
commit | d3045b06f08cf92c5d1d1b6ae18994472f5da5db (patch) | |
tree | 5bee951730bb630c06d72d9d65ec908ac9529617 /sys-apps/paxctl | |
parent | 2.1.2_rc3-r4 revbump just to fix bug #157897. This patch fixes a KeyError exc... (diff) | |
download | gentoo-2-d3045b06f08cf92c5d1d1b6ae18994472f5da5db.tar.gz gentoo-2-d3045b06f08cf92c5d1d1b6ae18994472f5da5db.tar.bz2 gentoo-2-d3045b06f08cf92c5d1d1b6ae18994472f5da5db.zip |
Stable on sparc --- Bug #157870 --- Fine, as best as I can tell.
(Portage version: 2.1.2_rc3-r3)
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 4c63d609628c..eb4a8b5da1d3 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.20 2006/12/12 00:31:09 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.21 2006/12/12 12:39:52 fmccor Exp $ + + 12 Dec 2006; Ferris McCormick <fmccor@gentoo.org> paxctl-0.4.ebuild: + Stable on sparc --- Bug #157870 --- Fine, as best as I can tell. 12 Dec 2006; <solar@gentoo.org> paxctl-0.4.ebuild: - stable on amd64 diff --git a/sys-apps/paxctl/paxctl-0.4.ebuild b/sys-apps/paxctl/paxctl-0.4.ebuild index 8163dd07b8bf..542798ebe694 100644 --- a/sys-apps/paxctl/paxctl-0.4.ebuild +++ b/sys-apps/paxctl/paxctl-0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.4.ebuild,v 1.6 2006/12/12 00:31:09 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.4.ebuild,v 1.7 2006/12/12 12:39:52 fmccor 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="amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" LICENSE="GPL-2" SLOT="0" |