net-misc/lksctp-tools version 1.0.15 was released in 2013-05-12. Since 1.0.14, the `sed -i ...` line in src_prepare is no longer needed. Also, lksctp-1.0.13-build.patch can be dropped for this version since upstream has been fixed the problem. Reproducible: Always
Created attachment 370542 [details] lksctp-tools-1.0.15.ebuild
Comment on attachment 370542 [details] lksctp-tools-1.0.15.ebuild --- lksctp-tools-1.0.13.ebuild 2013-05-26 17:38:14.659711346 +0200 +++ - 2014-02-16 16:27:32.260132056 +0100 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild,v 1.8 2013/05/25 07:44:59 ago Exp $ +# $Header: $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="|| ( GPL-2+ LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="kernel_linux static-libs" # This is only supposed to work with Linux to begin with. @@ -23,8 +23,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602 - epatch "${FILESDIR}"/${P}-build.patch - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die eautoreconf }
1.0.16 is out now.
Created attachment 373484 [details, diff] lksctp-tools-1.0.13 -> lksctp-tools-1.0.16
+*lksctp-tools-1.0.16 (25 Mar 2014) + + 25 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> + -lksctp-tools-1.0.11-r1.ebuild, +lksctp-tools-1.0.16.ebuild: + Version bump (bug #501488 by OGINO Masanori). Removed old. +