diff options
-rw-r--r-- | app-admin/conky/conky-1.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/conky/conky-1.10.1.ebuild b/app-admin/conky/conky-1.10.1.ebuild index be3ce3f1f88e..3e6759bfa516 100644 --- a/app-admin/conky/conky-1.10.1.ebuild +++ b/app-admin/conky/conky-1.10.1.ebuild @@ -141,7 +141,8 @@ src_configure() { -DBUILD_BUILTIN_CONFIG=ON -DBUILD_OLD_CONFIG=ON -DBUILD_I18N=ON - -DMAINTAINER_MODE=ON + -DMAINTAINER_MODE=OFF + -DRELEASE=ON -DBUILD_AUDACIOUS_LEGACY=OFF -DBUILD_BMPX=OFF -DDOC_PATH=/usr/share/doc/${PF} |