commit:     73e948da651ff5b25ce0eb9dc38e1f5adcc5ccbb
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 18:24:12 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 18:24:12 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=73e948da

applets.h: fix qmanifest conditional

it's not HAVE_QMANIFEST but ENABLE_QMANIFEST

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 applets.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applets.h b/applets.h
index 68bf7f6..fbb21aa 100644
--- a/applets.h
+++ b/applets.h
@@ -46,7 +46,7 @@ DECLARE_APPLET(qgrep)
 DECLARE_APPLET(qkeyword)
 DECLARE_APPLET(qlist)
 DECLARE_APPLET(qlop)
-#ifdef HAVE_QMANIFEST
+#ifdef ENABLE_QMANIFEST
 DECLARE_APPLET(qmanifest)
 #endif
 DECLARE_APPLET(qmerge)
@@ -78,7 +78,7 @@ static const struct applet_t {
        {"qkeyword",  qkeyword_main,  "<action> <args>", "list packages based 
on keywords"},
        {"qlist",     qlist_main,     "<pkgname>",       "list files owned by 
pkgname"},
        {"qlop",      qlop_main,      "<pkgname>",       "emerge log analyzer"},
-#ifdef HAVE_QMANIFEST
+#ifdef ENABLE_QMANIFEST
        {"qmanifest", qmanifest_main, "<misc args>",     "verify or generate 
thick Manifest files"},
 #endif
        {"qmerge",    qmerge_main,    "<pkgnames>",      "fetch and merge 
binary package"},
@@ -112,7 +112,7 @@ static const struct applet_t {
        /* alias for qtegrity */
        {"integrity", qtegrity_main,  NULL, NULL},
 
-#ifdef HAVE_QMANIFEST
+#ifdef ENABLE_QMANIFEST
        /* old hashgen */
        {"hashgen",   qmanifest_main, NULL, NULL},
        {"hashverify",qmanifest_main, NULL, NULL},

Reply via email to