diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-14 07:40:24 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-14 07:40:24 +0000 |
commit | 9e361bec07ae03ead0fc0c9b6485cd74d7fdabeb (patch) | |
tree | 15b494af6b04b7ee6e8531c23601d7eb3310aec5 /sys-fs | |
parent | Bump -5.11 development version (diff) | |
download | gentoo-2-9e361bec07ae03ead0fc0c9b6485cd74d7fdabeb.tar.gz gentoo-2-9e361bec07ae03ead0fc0c9b6485cd74d7fdabeb.tar.bz2 gentoo-2-9e361bec07ae03ead0fc0c9b6485cd74d7fdabeb.zip |
2.1 also stable on x86 for older kernels... bug 338420
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/aufs2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/aufs2/aufs2-2.1_p20110817.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog index 7b8d2cc0aeda..6d823d1838df 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.44 2011/09/13 18:25:39 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.45 2011/09/14 07:40:24 nativemad Exp $ + + 14 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> + aufs2-2.1_p20110817.ebuild: + 2.1 stable on x86, see bug #338420 14 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> aufs2-2.2_p20110815.ebuild: diff --git a/sys-fs/aufs2/aufs2-2.1_p20110817.ebuild b/sys-fs/aufs2/aufs2-2.1_p20110817.ebuild index f53d67550a0b..a66e16645791 100644 --- a/sys-fs/aufs2/aufs2-2.1_p20110817.ebuild +++ b/sys-fs/aufs2/aufs2-2.1_p20110817.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.1_p20110817.ebuild,v 1.3 2011/08/30 07:27:38 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-2.1_p20110817.ebuild,v 1.4 2011/09/14 07:40:24 nativemad Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug fuse pax_kernel hfs inotify kernel-patch nfs ramfs" DEPEND="dev-vcs/git" |