commit: 8a923da7c50a872f520485f5f41c771a696f12a9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 16:34:25 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 16:53:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a923da7
dev-python/pycdio: Use append-cflags Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/pycdio/pycdio-0.20-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pycdio/pycdio-0.20-r1.ebuild b/dev-python/pycdio/pycdio-0.20-r1.ebuild index d7094c2..5d6a6d4 100644 --- a/dev-python/pycdio/pycdio-0.20-r1.ebuild +++ b/dev-python/pycdio/pycdio-0.20-r1.ebuild @@ -3,9 +3,10 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 +inherit distutils-r1 flag-o-matic DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)" HOMEPAGE="http://savannah.gnu.org/projects/libcdio/ https://pypi.python.org/pypi/pycdio" @@ -21,11 +22,10 @@ DEPEND="${RDEPEND} dev-lang/swig dev-python/setuptools[${PYTHON_USEDEP}]" -CFLAGS="${CFLAGS} -fno-strict-aliasing" - RESTRICT="test" # currently tests fail python_prepare_all() { + append-cflags -fno-strict-aliasing # Remove obsolete sys.path and adjust 'data' paths in examples. sed -i \ -e "s:^sys.path.insert.*::" \