diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-05-28 08:58:48 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-05-29 11:26:31 -0700 |
commit | fde10960ff6053e42cd0b2e882f9e3aa6ba3715b (patch) | |
tree | bfcf230aa9713a2d52f39cc1a05ff06af8f2e72f /sys-power | |
parent | dev-ml/core_unix: Fix build on musl (diff) | |
download | gentoo-fde10960ff6053e42cd0b2e882f9e3aa6ba3715b.tar.gz gentoo-fde10960ff6053e42cd0b2e882f9e3aa6ba3715b.tar.bz2 gentoo-fde10960ff6053e42cd0b2e882f9e3aa6ba3715b.zip |
sys-power/nut: fix newdoc bug introduced in d20e5788358b90edc2545386d0704981699f539c
Closes: https://bugs.gentoo.org/show_bug.cgi?id=932868
Fixes: d20e5788358b90edc2545386d0704981699f539c
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/nut/nut-2.8.2.ebuild | 4 | ||||
-rw-r--r-- | sys-power/nut/nut-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/nut/nut-2.8.2.ebuild b/sys-power/nut/nut-2.8.2.ebuild index e59050b0c4e5..fbd9812f3c08 100644 --- a/sys-power/nut/nut-2.8.2.ebuild +++ b/sys-power/nut/nut-2.8.2.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 @@ -190,7 +190,7 @@ src_install() { einstalldocs if use doc; then - newdoc lib/README.adoc + newdoc lib/README.adoc README.lib.adoc dodoc docs/*.txt docinto cables dodoc docs/cables/* diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index e59050b0c4e5..fbd9812f3c08 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.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 @@ -190,7 +190,7 @@ src_install() { einstalldocs if use doc; then - newdoc lib/README.adoc + newdoc lib/README.adoc README.lib.adoc dodoc docs/*.txt docinto cables dodoc docs/cables/* |