diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-11 17:03:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-12 15:33:52 +0100 |
commit | 97d464ca1fac11a186de447c6e258771063af450 (patch) | |
tree | 1f7dacb381bc612ca064f371cabf413e0781e939 /app-admin/augeas/augeas-1.14.1.ebuild | |
parent | net-libs/accounts-qml: fix minimum versions for accounts stack w/ Qt 6 (diff) | |
download | gentoo-97d464ca1fac11a186de447c6e258771063af450.tar.gz gentoo-97d464ca1fac11a186de447c6e258771063af450.tar.bz2 gentoo-97d464ca1fac11a186de447c6e258771063af450.zip |
Move {app-doc → app-text}/NaturalDocs
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-admin/augeas/augeas-1.14.1.ebuild')
-rw-r--r-- | app-admin/augeas/augeas-1.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/augeas/augeas-1.14.1.ebuild b/app-admin/augeas/augeas-1.14.1.ebuild index ac61b8b66fd9..913b0e54711c 100644 --- a/app-admin/augeas/augeas-1.14.1.ebuild +++ b/app-admin/augeas/augeas-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RDEPEND=" sys-libs/readline:=" DEPEND="${RDEPEND}" BDEPEND=" - >=app-doc/NaturalDocs-1.40 + >=app-text/NaturalDocs-1.40 virtual/pkgconfig test? ( dev-lang/ruby ) " |