diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:50:21 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-07 20:50:21 +0200 |
commit | c1797d1e5b4b705b412ea0b85c5b4500a6862cdc (patch) | |
tree | 788a842693ee7ad8e6e622944cdac95dd63bc0cc /dev-perl/SNMP_Session | |
parent | dev-perl/SNMP_Session: EAPI=8 bump (diff) | |
download | gentoo-c1797d1e5b4b705b412ea0b85c5b4500a6862cdc.tar.gz gentoo-c1797d1e5b4b705b412ea0b85c5b4500a6862cdc.tar.bz2 gentoo-c1797d1e5b4b705b412ea0b85c5b4500a6862cdc.zip |
dev-perl/SNMP_Session: Replace dohtml usage
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild index 38818e7c87f1..6a8bc42ab1ff 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild @@ -19,5 +19,6 @@ PATCHES=( src_install() { perl-module_src_install - dohtml index.html + docinto html + dodoc index.html } |