diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:14:05 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:14:05 +0000 |
commit | 13f4ae9e6737f9042c968a571c42136da7fe08d9 (patch) | |
tree | a25d4f0de02a59b5b86b338616f21f63e938fcb3 /dev-python/python-djvulibre | |
parent | TODO no longer exists in the top level. Items are tracked in the bug tracker now (diff) | |
download | gentoo-2-13f4ae9e6737f9042c968a571c42136da7fe08d9.tar.gz gentoo-2-13f4ae9e6737f9042c968a571c42136da7fe08d9.tar.bz2 gentoo-2-13f4ae9e6737f9042c968a571c42136da7fe08d9.zip |
Package buildsystem is designed to work only with one python implementation, adding DISTUTILS_SINGLE_IMPL
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/python-djvulibre')
-rw-r--r-- | dev-python/python-djvulibre/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/python-djvulibre/ChangeLog b/dev-python/python-djvulibre/ChangeLog index cfc37bddd536..1b890f230832 100644 --- a/dev-python/python-djvulibre/ChangeLog +++ b/dev-python/python-djvulibre/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-djvulibre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.1 2013/02/28 15:57:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $ + + 28 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> + python-djvulibre-0.3.9.ebuild: + Package buildsystem is designed to work only with one python implementation, + adding DISTUTILS_SINGLE_IMPL *python-djvulibre-0.3.9 (28 Feb 2013) diff --git a/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild b/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild index 735a8ad05a67..a6facdf5f34c 100644 --- a/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild +++ b/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.1 2013/02/28 15:57:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $ EAPI=5 +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |