origami-pdf: fix qa warnings

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-05-11 16:14:55 -04:00
parent 06f832bd4a
commit 94feebd951
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 8 additions and 5 deletions

View file

@ -5,4 +5,7 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">gdelugre/origami</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
USE_RUBY="ruby27 ruby30 ruby31"
@ -26,8 +26,8 @@ all_ruby_install() {
all_fakegem_install
#Gentoo bug, remove links to directories
rm "${ED}usr/bin"/shell
rm "${ED}usr/bin"/gui
rm "${ED}usr/bin"/config
rm "${ED}/usr/bin"/shell
rm "${ED}/usr/bin"/gui
rm "${ED}/usr/bin"/config
}