diff options
author | 2020-09-25 15:41:51 +0200 | |
---|---|---|
committer | 2020-09-25 15:41:51 +0200 | |
commit | 403b940892016f55fb77db1fc05b9d701c01ae4c (patch) | |
tree | 4619619a19c1db289ee7e8fbe59279995a1f7680 /dev-python/notify2 | |
parent | net-print/hplip: Revision bump to hplip-3.20.6-r2. (diff) | |
download | gentoo-403b940892016f55fb77db1fc05b9d701c01ae4c.tar.gz gentoo-403b940892016f55fb77db1fc05b9d701c01ae4c.tar.bz2 gentoo-403b940892016f55fb77db1fc05b9d701c01ae4c.zip |
dev-python/notify2: Use dodoc instead of insinto/doins.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'dev-python/notify2')
-rw-r--r-- | dev-python/notify2/notify2-0.3.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/notify2/notify2-0.3.1-r2.ebuild b/dev-python/notify2/notify2-0.3.1-r2.ebuild index 9343d56739df..1a165cade8b1 100644 --- a/dev-python/notify2/notify2-0.3.1-r2.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r2.ebuild @@ -26,8 +26,8 @@ python_test() { python_install_all() { if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* + rm examples/notify2.py || die + dodoc -r examples fi distutils-r1_python_install_all } |