diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:18:38 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-28 16:18:38 +0000 |
commit | 1b0101bd8370cc1667b690ed7088d83394af880a (patch) | |
tree | 36123ca58559e133f009512ef273bfe3174c39d5 /dev-python | |
parent | switched to virtual/awk (bug #455642) (diff) | |
download | gentoo-2-1b0101bd8370cc1667b690ed7088d83394af880a.tar.gz gentoo-2-1b0101bd8370cc1667b690ed7088d83394af880a.tar.bz2 gentoo-2-1b0101bd8370cc1667b690ed7088d83394af880a.zip |
Remove previously incorrect assumption about DISTUTILS_SINGLE_IMPL
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python')
-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, 2 insertions, 8 deletions
diff --git a/dev-python/python-djvulibre/ChangeLog b/dev-python/python-djvulibre/ChangeLog index 1b890f230832..cd457e0f8c6a 100644 --- a/dev-python/python-djvulibre/ChangeLog +++ b/dev-python/python-djvulibre/ChangeLog @@ -1,11 +1,6 @@ # 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.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 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $ *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 a6facdf5f34c..fbc3cf15a1b7 100644 --- a/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild +++ b/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild @@ -1,10 +1,9 @@ # 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.2 2013/02/28 16:14:05 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $ EAPI=5 -DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |