idella4 15/03/06 11:44:03 Modified: dnspython-1.12.0-r1.ebuild ChangeLog Log: add multilib eclass to inherit to exlicitly support of function from the eclass (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/dnspython/dnspython-1.12.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?r1=1.1&r2=1.2 Index: dnspython-1.12.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dnspython-1.12.0-r1.ebuild 6 Mar 2015 11:37:48 -0000 1.1 +++ dnspython-1.12.0-r1.ebuild 6 Mar 2015 11:44:03 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v 1.1 2015/03/06 11:37:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v 1.2 2015/03/06 11:44:03 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit distutils-r1 +inherit distutils-r1 multilib PN3="${PN}3" P3="${PN3}-${PV}" 1.95 dev-python/dnspython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 6 Mar 2015 11:37:48 -0000 1.94 +++ ChangeLog 6 Mar 2015 11:44:03 -0000 1.95 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dnspython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.94 2015/03/06 11:37:48 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.95 2015/03/06 11:44:03 idella4 Exp $ + + 06 Mar 2015; Ian Delaney <[email protected]> dnspython-1.12.0-r1.ebuild: + add multilib eclass to inherit to exlicitly support of function from the + eclass *dnspython-1.12.0-r1 (06 Mar 2015)
