aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-01-02 08:53:09 +0100
committerFabian Groffen <grobian@gentoo.org>2024-01-02 08:53:09 +0100
commitd07c7b639103c1dd50851f3f3b974fabfc2a33a2 (patch)
treec1e0560c907d02899d0be3e394b68c631e953e7b /applets.h
parentlibq/hash: switch from OpenSSL/custom to gnulib-based hash impls (diff)
downloadportage-utils-d07c7b639103c1dd50851f3f3b974fabfc2a33a2.tar.gz
portage-utils-d07c7b639103c1dd50851f3f3b974fabfc2a33a2.tar.bz2
portage-utils-d07c7b639103c1dd50851f3f3b974fabfc2a33a2.zip
buildsys: no longer use OpenSSL for hash implementations
This means, we can always build qtegrity, because we have the required hash impls on board through gnulib. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets.h b/applets.h
index 16e7d9f..8e78f21 100644
--- a/applets.h
+++ b/applets.h
@@ -88,9 +88,7 @@ static const struct applet_t {
{"qsearch", qsearch_main, "<regex>", "search pkgname/desc"},
{"qsize", qsize_main, "<pkgname>", "calculate size usage"},
{"qtbz2", qtbz2_main, "<misc args>", "manipulate tbz2 packages"},
-#ifdef ENABLE_QTEGRITY
{"qtegrity", qtegrity_main, "<misc args>", "verify files with IMA"},
-#endif
{"quse", quse_main, "<useflag>", "find pkgs using useflags"},
{"qwhich", qwhich_main, "<pkg ...>", "find path to pkg"},
{"qxpak", qxpak_main, "<misc args>", "manipulate xpak archives"},
@@ -113,10 +111,8 @@ static const struct applet_t {
{"uickpkg", qpkg_main, NULL, NULL},
/* {"glsa", qglsa_main, NULL, NULL}, */
-#ifdef ENABLE_QTEGRITY
/* alias for qtegrity */
{"integrity", qtegrity_main, NULL, NULL},
-#endif
#ifdef ENABLE_QMANIFEST
/* old hashgen */