diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-05 09:35:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-05 09:35:14 +0000 |
commit | ae6dc403f87d30949bb9b641dc6642e229dafc18 (patch) | |
tree | c638b08d576bb6da30d8f6e6532f5d76f2ce939d /sys-apps | |
parent | Stable for amd64, wrt bug #410601 (diff) | |
download | gentoo-2-ae6dc403f87d30949bb9b641dc6642e229dafc18.tar.gz gentoo-2-ae6dc403f87d30949bb9b641dc6642e229dafc18.tar.bz2 gentoo-2-ae6dc403f87d30949bb9b641dc6642e229dafc18.zip |
Stable for amd64, wrt bug #410685
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 120f140a641e..e813f378d532 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.36 2012/04/04 20:49:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.37 2012/04/05 09:35:14 ago Exp $ + + 05 Apr 2012; Agostino Sarubbo <ago@gentoo.org> paxctl-0.7-r1.ebuild: + Stable for amd64, wrt bug #410685 04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> paxctl-0.7-r1.ebuild: marked x86 per bug 410685 diff --git a/sys-apps/paxctl/paxctl-0.7-r1.ebuild b/sys-apps/paxctl/paxctl-0.7-r1.ebuild index 729b825d3679..e63cf85396d6 100644 --- a/sys-apps/paxctl/paxctl-0.7-r1.ebuild +++ b/sys-apps/paxctl/paxctl-0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r1.ebuild,v 1.2 2012/04/04 20:49:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r1.ebuild,v 1.3 2012/04/05 09:35:14 ago Exp $ EAPI="4" @@ -9,7 +9,7 @@ inherit toolchain-funcs DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." SRC_URI="http://pax.grsecurity.net/${P}.tar.bz2" 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" |