floppym 14/05/03 21:00:23 Modified: libnl-3.2.24.ebuild libnl-3.2.9999.ebuild ChangeLog Log: Add python3.4. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.3 dev-libs/libnl/libnl-3.2.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?r1=1.2&r2=1.3 Index: libnl-3.2.24.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libnl-3.2.24.ebuild 6 Apr 2014 14:56:00 -0000 1.2 +++ libnl-3.2.24.ebuild 3 May 2014 21:00:22 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.2 2014/04/06 14:56:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.3 2014/05/03 21:00:22 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils libtool multilib 1.5 dev-libs/libnl/libnl-3.2.9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.4&r2=1.5 Index: libnl-3.2.9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libnl-3.2.9999.ebuild 29 Jan 2014 15:43:44 -0000 1.4 +++ libnl-3.2.9999.ebuild 3 May 2014 21:00:23 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.4 2014/01/29 15:43:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.5 2014/05/03 21:00:23 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 eutils git-r3 libtool multilib 1.208 dev-libs/libnl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.208&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.208&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.207&r2=1.208 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- ChangeLog 6 Apr 2014 15:00:11 -0000 1.207 +++ ChangeLog 3 May 2014 21:00:23 -0000 1.208 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.207 2014/04/06 15:00:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.208 2014/05/03 21:00:23 floppym Exp $ + + 03 May 2014; Mike Gilbert <[email protected]> libnl-3.2.24.ebuild, + libnl-3.2.9999.ebuild: + Add python3.4. 06 Apr 2014; Mike Frysinger <[email protected]> libnl-1.1.4.ebuild, libnl-3.2.23.ebuild:
