Bump
This commit is contained in:
parent
fa581762da
commit
e1df1ddc33
15
sys-fs/reiser4progs/files/reiser4progs-1.0.7-gcc-4.4.patch
Normal file
15
sys-fs/reiser4progs/files/reiser4progs-1.0.7-gcc-4.4.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
http://bugs.gentoo.org/269240
|
||||||
|
|
||||||
|
fix build failure when using gcc-4.4
|
||||||
|
|
||||||
|
--- reiser4progs-1.0.7/plugin/node/node40/node40.c
|
||||||
|
+++ reiser4progs-1.0.7/plugin/node/node40/node40.c
|
||||||
|
@@ -994,7 +994,7 @@
|
||||||
|
func = cb_comp_key3;
|
||||||
|
#elif defined(ENABLE_LARGE_KEYS)
|
||||||
|
func = cb_comp_key4;
|
||||||
|
-#elif
|
||||||
|
+#else
|
||||||
|
func = NULL;
|
||||||
|
#endif
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 1999-2014 Gentoo Foundation
|
# Copyright 1999-2014 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.8.ebuild,v 1.1 2014/03/13 22:38:34 vapier Exp $
|
# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.9.ebuild,v 1.6 2014/12/04 08:29:11 ago Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86"
|
KEYWORDS="amd64 arm ppc ppc64 -sparc x86"
|
||||||
IUSE="debug readline static static-libs"
|
IUSE="debug readline static static-libs"
|
||||||
|
|
||||||
LIB_DEPEND="~sys-libs/libaal-1.0.6[static-libs(+)]
|
LIB_DEPEND="~sys-libs/libaal-1.0.6[static-libs(+)]
|
||||||
|
Loading…
Reference in New Issue
Block a user