python-efl: corrected replaces assignments.

This commit is contained in:
Juan RP 2013-12-09 18:28:22 +01:00
parent 58b84b776e
commit 1096887cea

View file

@ -16,7 +16,7 @@ python-efl_package() {
depends="dbus-python"
pycompile_modules="evas efl edje emotion ecore elementary e_dbus"
for f in evas ecore edje elementary e_dbus; do
replaces+="${f}>=0 ${f}-devel>=0 "
replaces+="python-${f}>=0 python-${f}-devel>=0 "
done
pkg_install() {
vmove all