From 1096887ceaa25b856e153b90971a21098cf5a076 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Dec 2013 18:28:22 +0100 Subject: [PATCH] python-efl: corrected replaces assignments. --- srcpkgs/python-efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-efl/template b/srcpkgs/python-efl/template index 3aa5a913cb..c220ab336e 100644 --- a/srcpkgs/python-efl/template +++ b/srcpkgs/python-efl/template @@ -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