diff options
author | Tom Gall <tgall@gentoo.org> | 2005-12-03 17:58:38 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-12-03 17:58:38 +0000 |
commit | 707f0741b6d5959c858aa827cc7f26df046b060d (patch) | |
tree | 380b1c55a0584313f9aecd51a3d92a539b422fee /sys-apps/paxctl | |
parent | mask =media-gfx/ufraw-0.6 for bug 75681 (diff) | |
download | historical-707f0741b6d5959c858aa827cc7f26df046b060d.tar.gz historical-707f0741b6d5959c858aa827cc7f26df046b060d.tar.bz2 historical-707f0741b6d5959c858aa827cc7f26df046b060d.zip |
stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index e08e4119ad7a..0d5401f5955c 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.13 2005/10/18 18:09:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.14 2005/12/03 17:54:47 tgall Exp $ + + 03 Dec 2005; Tom Gall <tgall@gentoo.org> paxctl-0.3.ebuild: + stable on ppc64 18 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> paxctl-0.3.ebuild: Stable on sparc diff --git a/sys-apps/paxctl/paxctl-0.3.ebuild b/sys-apps/paxctl/paxctl-0.3.ebuild index 41e63fc0ccc9..5a542d1e303c 100644 --- a/sys-apps/paxctl/paxctl-0.3.ebuild +++ b/sys-apps/paxctl/paxctl-0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.3.ebuild,v 1.4 2005/10/18 18:09:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.3.ebuild,v 1.5 2005/12/03 17:54:47 tgall 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 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" LICENSE="GPL-2" SLOT="0" |