diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-27 20:16:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-27 20:16:12 +0200 |
commit | fa7adf5bc08063e6105a9f864e03a634f48c4a34 (patch) | |
tree | 5958ce626050c6784837274b8c780127d39c0123 /dev-python/pycparser | |
parent | dev-python/pycparser: Use := on dev-python/ply for tables (diff) | |
download | gentoo-fa7adf5bc08063e6105a9f864e03a634f48c4a34.tar.gz gentoo-fa7adf5bc08063e6105a9f864e03a634f48c4a34.tar.bz2 gentoo-fa7adf5bc08063e6105a9f864e03a634f48c4a34.zip |
dev-python/pycparser: Fix syntax error
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/pycparser-2.18-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycparser/pycparser-2.18-r1.ebuild b/dev-python/pycparser/pycparser-2.18-r1.ebuild index 5a2d172c90bd..6868fa409247 100644 --- a/dev-python/pycparser/pycparser-2.18-r1.ebuild +++ b/dev-python/pycparser/pycparser-2.18-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]:=" +RDEPEND="dev-python/ply:=[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" |