diff options
Diffstat (limited to 'sci-chemistry/arp-warp-bin/files/7.1-setup.patch')
-rw-r--r-- | sci-chemistry/arp-warp-bin/files/7.1-setup.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/arp-warp-bin/files/7.1-setup.patch b/sci-chemistry/arp-warp-bin/files/7.1-setup.patch index 9ccc816732bb..639e6621ad81 100644 --- a/sci-chemistry/arp-warp-bin/files/7.1-setup.patch +++ b/sci-chemistry/arp-warp-bin/files/7.1-setup.patch @@ -20,7 +20,7 @@ index 29e769c..0b8a51e 100644 ## 2. Complement by other potential places for python : - search_list="${search_list} /usr/local/bin/python /usr/bin/python" -+ search_list="${search_list} @GENTOO_PORTAGE_EPREFIX@/usr/bin/python" ++ search_list="${search_list} @GENTOO_PORTAGE_EPREFIX@/usr/bin/pythonPYVER" flex_wARP_python="/dev/null" ## 3. Pick up the first one of the list which seems reasonable : @@ -101,7 +101,7 @@ index 41b11e9..a4edcff 100644 ## 2. Complement by other potential places for python : -set search_list = "${search_list} /usr/local/bin/python /usr/bin/python" -+set search_list = "${search_list} @GENTOO_PORTAGE_EPREFIX@/usr/bin/python" ++set search_list = "${search_list} @GENTOO_PORTAGE_EPREFIX@/usr/bin/pythonPYVER" setenv flex_wARP_python "/dev/null" ## 3. Pick up the first one of the list which seems reasonable : |