diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:07:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:36:04 +0100 |
commit | fca589ab6f60380524424011aacd8ba3659d4358 (patch) | |
tree | 8702db1cf9259309688bd74a12bddf56c0df3a46 /app-crypt | |
parent | Move {app-doc → app-text}/psmark (diff) | |
download | gentoo-fca589ab6f60380524424011aacd8ba3659d4358.tar.gz gentoo-fca589ab6f60380524424011aacd8ba3659d4358.tar.bz2 gentoo-fca589ab6f60380524424011aacd8ba3659d4358.zip |
Move {app-doc → app-text}/xmltoman
Per the category metadata, app-doc/ is reserved for documentation
*files* and not software. Move it to app-text/ where it seems a better
fit.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ssss/ssss-0.5.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ssss/ssss-0.5.7-r1.ebuild b/app-crypt/ssss/ssss-0.5.7-r1.ebuild index ce73f8924357..f847746a60e5 100644 --- a/app-crypt/ssss/ssss-0.5.7-r1.ebuild +++ b/app-crypt/ssss/ssss-0.5.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" RDEPEND="dev-libs/gmp:0=" DEPEND="${RDEPEND}" -BDEPEND="app-doc/xmltoman" +BDEPEND="app-text/xmltoman" HTML_DOCS=( "doc.html" "ssss.1.html" ) |