[noarch/entropy] add several handy dev-python/pygobject dep_rewrites

This commit is contained in:
Fabio Erculiani 2012-04-22 14:21:11 +02:00
parent 22dec3534e
commit f78b9944db
1 changed files with 4 additions and 0 deletions

View File

@ -223,3 +223,7 @@ virtual/ffmpeg (.*)media-video/ffmpeg(.*) \1media-video/libav\2
# pygobject-cairo rewrite, simple catch-all rewrite
# this might not catch all the strings
* (.*)dev-python/pygobject(.*)\[cairo\] \1dev-python/pygobject-cairo\2
# Rewrite almost every standard dev-python/pygobject dependency
* (.*)dev-python/pygobject(?=-[0-9]\.)(?!.*\[.*cairo.*\].*)((.*:3)?) \1dev-python/pygobject-base\2
# This handles the case where USE=cairo is specified
* (.*)dev-python/pygobject(?=-[0-9]\.)(?=.*\[.*cairo.*\].*)((.*:3)?) \1dev-python/pygobject-base\2 \1dev-python/pygobject-cairo\2