vapier 15/06/07 04:38:28 Modified: libseccomp-2.2.0.ebuild ChangeLog Log: Force recent kernel header versions #551248 by Mike Gilbert. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-libs/libseccomp/libseccomp-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild?r1=1.1&r2=1.2 Index: libseccomp-2.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libseccomp-2.2.0.ebuild 9 Apr 2015 17:59:44 -0000 1.1 +++ libseccomp-2.2.0.ebuild 7 Jun 2015 04:38:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild,v 1.1 2015/04/09 17:59:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/libseccomp-2.2.0.ebuild,v 1.2 2015/06/07 04:38:28 vapier Exp $ # TODO: Add python support. @@ -17,6 +17,10 @@ KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~x86" IUSE="static-libs" +# We need newer kernel headers; we don't keep strict control of the exact +# version here, just be safe and pull in the latest stable ones. #551248 +DEPEND=">=sys-kernel/linux-headers-3.18" + src_prepare() { sed -i \ -e '/_LDFLAGS/s:-static::' \ 1.17 sys-libs/libseccomp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libseccomp/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 9 Apr 2015 17:59:44 -0000 1.16 +++ ChangeLog 7 Jun 2015 04:38:28 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libseccomp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.16 2015/04/09 17:59:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libseccomp/ChangeLog,v 1.17 2015/06/07 04:38:28 vapier Exp $ + + 07 Jun 2015; Mike Frysinger <[email protected]> libseccomp-2.2.0.ebuild: + Force recent kernel header versions #551248 by Mike Gilbert. *libseccomp-2.2.0 (09 Apr 2015)
