I just updated world and run into a problem with clisp. I've masked >=postgres-8.0 because I've to use a 7.4 version. In the ebuild there is no check on this condition: postgres? ( dev-db/postgresql ) Emerge results in: configure: error: PostgreSQL version 8.0 or better is required The fix would probably look like: postgres? ( >=dev-db/postgresql-8.0 ) I don't know wheter there is a possibility to compile postgre support into clisp with version <8.0. I didn't find any information in the source package. Reproducible: Always Steps to Reproduce: 1. emerge <=postgresql-8.0 2. emerge clisp 3.
fixed in the latest ebuild