commit: d8072837af9ad05b3ef81039811096d2d8c87b16 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Fri May 31 09:52:26 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri May 31 16:25:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8072837
app-admin/rasdaemon: fix sqlite use flag Closes: https://bugs.gentoo.org/687056 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild index 5659b1666af..19491e34040 100644 --- a/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild +++ b/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild @@ -33,6 +33,7 @@ pkg_setup() { src_configure() { local myconf=( + $(use_enable sqlite sqlite3) --enable-abrt-report --enable-aer --enable-arm @@ -40,13 +41,9 @@ src_configure() { --enable-hisi-ns-decode --enable-mce --enable-non-standard - --enable-sqlite3 --includedir="/usr/include/${PN}" --localstatedir=/var ) - if use sqlite ; then - myconf="${myconf} --enable-sqlite3)" - fi econf "${myconf[@]}" }
