python-efl: corrected replaces assignments.
This commit is contained in:
parent
58b84b776e
commit
1096887cea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user