diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2016-02-20 11:17:27 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2016-02-20 11:17:27 +0100 |
commit | bd9319c3df55bbfea5228845654b364238523c09 (patch) | |
tree | 0101c9ca8a861819cf2a10855afd391a84093bd1 | |
parent | mail-filter/rmilter: remove old versions (diff) | |
download | gentoo-bd9319c3df55bbfea5228845654b364238523c09.tar.gz gentoo-bd9319c3df55bbfea5228845654b364238523c09.tar.bz2 gentoo-bd9319c3df55bbfea5228845654b364238523c09.zip |
app-admin/conky: Enable release build.
This fixes bug #574250. Thanks to Toralf Förster for the report.
Package-Manager: portage-2.2.26
-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} |