aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-13 10:36:53 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-13 10:36:53 +0200
commite75a1a31fa0d05ab0db3548d848ddb602038ce01 (patch)
treed0f714687de9052d12469da1ed984dbca8462e06 /applets.h
parentquse: add mode for querying installed packages (only) (diff)
downloadportage-utils-e75a1a31fa0d05ab0db3548d848ddb602038ce01.tar.gz
portage-utils-e75a1a31fa0d05ab0db3548d848ddb602038ce01.tar.bz2
portage-utils-e75a1a31fa0d05ab0db3548d848ddb602038ce01.zip
quse: improve per package USE-flag output somewhat
- add asterisk at the end of USE-flag instead of at the start of the line to mark currently enabled flag (installed package) - colour such enabled flags green so they stand out better - wrap descriptions when they don't fit on the terminal screen example: app-portage/portage-utils-0.80_pre20190610 nls* Add Native Language Support (using gettext - GNU locale utilities) static !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically openmp Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp" +qmanifest* Build qmanifest applet, this adds additional dependencies for GPG, OpenSSL and BLAKE2B hashing libressl* Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag) Bug: https://bugs.gentoo.org/656550 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index fbb21aa9..acc85da6 100644
--- a/applets.h
+++ b/applets.h
@@ -165,6 +165,7 @@ extern char *install_mask;
extern DEFINE_ARRAY(overlays);
extern DEFINE_ARRAY(overlay_names);
extern char *main_overlay;
+extern int twidth;
void no_colors(void);
void setup_quiet(void);