diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-11 13:12:26 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-14 10:05:41 -0700 |
commit | c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8 (patch) | |
tree | fb8524353e72455b4b840c78ba95f00bdc499230 /appendices | |
parent | quickstart: make blocker non-pure-DEPEND (diff) | |
download | devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.gz devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.bz2 devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.zip |
Remove references to repoman
Bug: https://bugs.gentoo.org/835013
Closes: https://github.com/gentoo/devmanual/pull/274
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/common-problems/text.xml | 2 | ||||
-rw-r--r-- | appendices/editor-configuration/emacs/text.xml | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml index 4fcdda4..d124070 100644 --- a/appendices/common-problems/text.xml +++ b/appendices/common-problems/text.xml @@ -161,7 +161,7 @@ directories Executable stacks ... binary files whose stack is marked with </section> <section> -<title>Handling <c>repoman</c> Messages</title> +<title>Handling <c>pkgcheck</c> Messages</title> <body> <todo> diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml index f822388..c90dba6 100644 --- a/appendices/editor-configuration/emacs/text.xml +++ b/appendices/editor-configuration/emacs/text.xml @@ -50,9 +50,7 @@ automatically before saving the file. <p> Other useful settings can be disabled backup files (by <c>(setq make-backup-files nil)</c>), so you don't clutter the git -repository -directories and confuse repoman with it (by adding unnecessary entries -into a Manifest file e.g.). Emacs can even contact the outside world +repository directories. Emacs can even contact the outside world by using the X servers clipboard abilities when yanking, which is activated by <c>(setq x-select-enable-clipboard t)</c>. </p> |