xpvm insists on downgrading my tck tk to 8.3 and that is a problem because other ebuilds require the newer versions (8.4). I got it to work by removing the 8.3 dependency, and modifying the xpvm-1.2.5-gentoo.diff file like this: -+TCLLIB = -ltcl8.3 -+TKLIB = -ltk8.3 ++TCLLIB = -ltcl ++TKLIB = -ltk Reproducible: Always Steps to Reproduce: 1.emerge -p xpvm Actual Results: [ebuild UD] dev-lang/tcl-8.3.4 [8.4.4] [ebuild UD] dev-lang/tk-8.3.4-r1 [8.4.4] [ebuild R ] sys-cluster/xpvm-1.2.5-r2 Expected Results: I would expect xpvm to use the current version of tcl and tk.
Checked in your changes. Please check if everything is as intended. And report back so i can close this bug.
Works great. Thanks