diff options
author | 2024-01-11 17:06:08 +0100 | |
---|---|---|
committer | 2024-01-12 15:36:03 +0100 | |
commit | e7c994d2c19272adb954609a0e933e630c5a6791 (patch) | |
tree | 01c97f46e0d26a29b9f065843c09053b54ef27cd /sys-apps/agedu/agedu-20200617.ebuild | |
parent | Move {app-doc → app-text}/doxygen (diff) | |
download | gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.tar.gz gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.tar.bz2 gentoo-e7c994d2c19272adb954609a0e933e630c5a6791.zip |
Move {app-doc → app-text}/halibut
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 'sys-apps/agedu/agedu-20200617.ebuild')
-rw-r--r-- | sys-apps/agedu/agedu-20200617.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/agedu/agedu-20200617.ebuild b/sys-apps/agedu/agedu-20200617.ebuild index 6e773cca11b6..1521d19f0309 100644 --- a/sys-apps/agedu/agedu-20200617.ebuild +++ b/sys-apps/agedu/agedu-20200617.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc ipv6" -DEPEND="doc? ( app-doc/halibut )" +DEPEND="doc? ( app-text/halibut )" PATCHES=( "${FILESDIR}/${PN}-r9671-fix-automagic.patch" |