diff options
author | 2007-10-30 16:48:51 +0000 | |
---|---|---|
committer | 2007-10-30 16:48:51 +0000 | |
commit | 1e6f04bc2f7eed1b165355925471a9165f360c72 (patch) | |
tree | 244ed767c8e2c392bfec26dd28c4b5dff73191e7 /sys-apps/paxctl | |
parent | Add ~sparc (bookkeeping, fix quotes). AppRun appears to work as it should. (diff) | |
download | gentoo-2-1e6f04bc2f7eed1b165355925471a9165f360c72.tar.gz gentoo-2-1e6f04bc2f7eed1b165355925471a9165f360c72.tar.bz2 gentoo-2-1e6f04bc2f7eed1b165355925471a9165f360c72.zip |
Stable on ppc wrt bug 195234
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index fad6c7a61ca4..075af11043f7 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.25 2007/10/29 15:42:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.26 2007/10/30 16:48:51 nixnut Exp $ + + 30 Oct 2007; nixnut <nixnut@gentoo.org> paxctl-0.5.ebuild: + Stable on ppc wrt bug 195234 29 Oct 2007; Raúl Porcel <armin76@gentoo.org> paxctl-0.5.ebuild: Add ~alpha, sparc stable wrt #195234 diff --git a/sys-apps/paxctl/paxctl-0.5.ebuild b/sys-apps/paxctl/paxctl-0.5.ebuild index 62885d03fbf9..e827eb68585c 100644 --- a/sys-apps/paxctl/paxctl-0.5.ebuild +++ b/sys-apps/paxctl/paxctl-0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.5.ebuild,v 1.3 2007/10/29 15:42:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.5.ebuild,v 1.4 2007/10/30 16:48:51 nixnut 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="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" LICENSE="GPL-2" SLOT="0" |