diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-08-15 19:11:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-08-15 19:11:33 +0000 |
commit | f3e670906efc79861b1f5016eee61ece709b026f (patch) | |
tree | 5073ee3d2b0c1b749e2d6d0104a9d37faa7367d6 /sys-fs | |
parent | x86 stable, bug #377465 (diff) | |
download | gentoo-2-f3e670906efc79861b1f5016eee61ece709b026f.tar.gz gentoo-2-f3e670906efc79861b1f5016eee61ece709b026f.tar.bz2 gentoo-2-f3e670906efc79861b1f5016eee61ece709b026f.zip |
Changed USE hardened to pax_kernel, #375811
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/aufs2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/aufs2/aufs2-0_p20110627.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/aufs2/aufs2-2.2_p20110815.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/aufs2/metadata.xml | 5 |
4 files changed, 14 insertions, 9 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog index 5d3549114ada..48bcf1ff4690 100644 --- a/sys-fs/aufs2/ChangeLog +++ b/sys-fs/aufs2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/aufs2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.39 2011/08/15 18:49:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.40 2011/08/15 19:11:32 jlec Exp $ + + 15 Aug 2011; Justin Lecher <jlec@gentoo.org> aufs2-0_p20110627.ebuild, + aufs2-2.2_p20110815.ebuild, metadata.xml: + Changed USE hardened to pax_kernel, #375811 *aufs2-2.2_p20110815 (15 Aug 2011) diff --git a/sys-fs/aufs2/aufs2-0_p20110627.ebuild b/sys-fs/aufs2/aufs2-0_p20110627.ebuild index a2b1c1ac1ec5..b0f85347d1f9 100644 --- a/sys-fs/aufs2/aufs2-0_p20110627.ebuild +++ b/sys-fs/aufs2/aufs2-0_p20110627.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20110627.ebuild,v 1.2 2011/08/15 18:49:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20110627.ebuild,v 1.3 2011/08/15 19:11:32 jlec Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug fuse hardened hfs inotify kernel-patch nfs ramfs" +IUSE="debug fuse pax_kernel hfs inotify kernel-patch nfs ramfs" DEPEND="dev-vcs/git" RDEPEND=" @@ -84,7 +84,7 @@ src_prepare() { use nfs && use amd64 && set_config INO_T_64 use ramfs && set_config BR_RAMFS - if use hardened ; then + if use pax_kernel ; then epatch "${FILESDIR}"/pax.patch fi diff --git a/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild b/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild index 3fadadd31a5e..9f4315fbc4ae 100644 --- a/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild +++ b/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild,v 1.1 2011/08/15 18:49:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild,v 1.2 2011/08/15 19:11:33 jlec Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug fuse hardened hfs inotify kernel-patch nfs ramfs" +IUSE="debug fuse pax_kernel hfs inotify kernel-patch nfs ramfs" DEPEND="dev-vcs/git" RDEPEND=" @@ -86,7 +86,7 @@ src_prepare() { use nfs && use amd64 && set_config INO_T_64 use ramfs && set_config BR_RAMFS - if use hardened ; then + if use pax_kernel ; then epatch "${FILESDIR}"/pax.patch fi diff --git a/sys-fs/aufs2/metadata.xml b/sys-fs/aufs2/metadata.xml index c2ca689756c0..5916c9f01a77 100644 --- a/sys-fs/aufs2/metadata.xml +++ b/sys-fs/aufs2/metadata.xml @@ -10,11 +10,12 @@ </maintainer> <use> <flag name="debug">Enable additional debugging support</flag> + <flag name="hfs">Enable hfs support</flag> + <flag name="fuse">Enable fuse support</flag> <flag name="inotify">Enable inotify support</flag> <flag name="kernel-patch">Patch the current kernel for aufs2 support</flag> <flag name="nfs">Enable support for nfs export</flag> + <flag name="pax_kernel">Apply patch needed for pax enabled kernels</flag> <flag name="ramfs">Enable initramfs/rootfs support</flag> - <flag name="fuse">Enable fuse support</flag> - <flag name="hfs">Enable hfs support</flag> </use> </pkgmetadata> |