summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-24 13:30:17 +0100
committerSam James <sam@gentoo.org>2022-10-24 13:30:17 +0100
commit4de9d1fd88dfda82a108b106f0db4bec93f49971 (patch)
tree53153b328bfcc45edc7ca2e5871a91e6912ef1be /net-irc
parentsys-fs/mtools: add 4.0.42 (diff)
downloadgentoo-4de9d1fd88dfda82a108b106f0db4bec93f49971.tar.gz
gentoo-4de9d1fd88dfda82a108b106f0db4bec93f49971.tar.bz2
gentoo-4de9d1fd88dfda82a108b106f0db4bec93f49971.zip
net-irc/psybnc: fix USE=scripting
Closes: https://bugs.gentoo.org/878159 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/psybnc/psybnc-2.4.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-irc/psybnc/psybnc-2.4.3.ebuild b/net-irc/psybnc/psybnc-2.4.3.ebuild
index b1d13c41d580..e4b61275e275 100644
--- a/net-irc/psybnc/psybnc-2.4.3.ebuild
+++ b/net-irc/psybnc/psybnc-2.4.3.ebuild
@@ -111,9 +111,13 @@ src_install() {
newinitd "${FILESDIR}"/psybnc.initd psybnc
fi
+ if use scripting ; then
+ dodoc SCRIPTING
+ fi
+
newconfd "${FILESDIR}"/psybnc.confd psybnc
- dodoc CHANGES FAQ README SCRIPTING TODO
+ dodoc CHANGES FAQ README TODO
docinto example-script
dodoc scripts/example/DEFAULT.SCRIPT
}