diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-04-30 17:07:27 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-04-30 17:07:27 +0000 |
commit | e6b271084f6d6d0d3beae4f2165b981c184b90c9 (patch) | |
tree | d63e3a8342540064a576cb86865651fbe215f4d0 /dev-python/posix_ipc | |
parent | adding for kilo (diff) | |
download | gentoo-2-e6b271084f6d6d0d3beae4f2165b981c184b90c9.tar.gz gentoo-2-e6b271084f6d6d0d3beae4f2165b981c184b90c9.tar.bz2 gentoo-2-e6b271084f6d6d0d3beae4f2165b981c184b90c9.zip |
adding python3(3/4) support
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'dev-python/posix_ipc')
-rw-r--r-- | dev-python/posix_ipc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/posix_ipc/posix_ipc-0.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/posix_ipc/ChangeLog b/dev-python/posix_ipc/ChangeLog index 8d0656fc036d..1bdd1610b166 100644 --- a/dev-python/posix_ipc/ChangeLog +++ b/dev-python/posix_ipc/ChangeLog @@ -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 <prometheanfire@gentoo.org> posix_ipc-0.9.8.ebuild: + adding python3(3/4) support *posix_ipc-0.9.8 (10 Nov 2014) diff --git a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild b/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild index 11518da4f012..cdffc83e14c1 100644 --- a/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild +++ b/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild @@ -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 |