diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:51:41 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:54:22 +0100 |
commit | 51387d96d2100653c21c2125766020d77ce0b781 (patch) | |
tree | d44a83e6a950bdd42b4f6076b286cbd4115ed7a9 /net-im/pyaim-t | |
parent | media-libs/aubio: Install python last so that cwd is not changed too early. B... (diff) | |
download | gentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.gz gentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.bz2 gentoo-51387d96d2100653c21c2125766020d77ce0b781.zip |
Convert from virtual/python-imaging to plain dev-python/pillow
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-im/pyaim-t')
-rw-r--r-- | net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild index cd30eaef9b92..0d4c6dbf6faa 100644 --- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND="${DEPEND} dev-python/twisted-words[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] ) - virtual/python-imaging[${PYTHON_USEDEP}]" + dev-python/pillow[${PYTHON_USEDEP}]" src_prepare() { epatch "${FILESDIR}/${P}-python26-warnings.patch" |