Summary: | net-fs/nfs-utils USE=-nfsv4 should not depend on dev-db/sqlite | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Church <achurch+gentoo> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | ms |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Trivial fix |
Created attachment 591868 [details, diff] Trivial fix net-fs/nfs-utils-2.4.1-r2 has an unconditional dependency on >=dev-db/sqlite-3.3, but the configure script only checks for sqlite under --enable-nfsv4: if test "$enable_nfsv4" = yes; then [...] dnl Check for sqlite3 AC_SQLITE3_VERS Trivial patch attached.