prometheanfire 15/04/30 17:07:27 Modified: posix_ipc-0.9.8.ebuild ChangeLog Log: adding python3(3/4) support (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.2 dev-python/posix_ipc/posix_ipc-0.9.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?r1=1.1&r2=1.2 Index: posix_ipc-0.9.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- posix_ipc-0.9.8.ebuild 10 Nov 2014 06:46:06 -0000 1.1 +++ posix_ipc-0.9.8.ebuild 30 Apr 2015 17:07:27 -0000 1.2 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.1 2014/11/10 06:46:06 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.2 2015/04/30 17:07:27 prometheanfire Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 1.2 dev-python/posix_ipc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Nov 2014 06:46:06 -0000 1.1 +++ ChangeLog 30 Apr 2015 17:07:27 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/posix_ipc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.1 2014/11/10 06:46:06 prometheanfire Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.2 2015/04/30 17:07:27 prometheanfire Exp $ + + 30 Apr 2015; Matthew Thode <[email protected]> posix_ipc-0.9.8.ebuild: + adding python3(3/4) support *posix_ipc-0.9.8 (10 Nov 2014)
