Skip to content

Commit

Permalink
dev-db/kyotocabinet: fix DeprecatedInsinto
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 5, 2021
1 parent acdb9f3 commit d7773cd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
EAPI=7

inherit autotools toolchain-funcs

Expand Down Expand Up @@ -57,13 +57,12 @@ src_install() {
find "${ED}" -name '*.a' -delete || die
fi

if use examples; then
insinto /usr/share/${PF}/example
doins example/*
if use doc; then
dodoc -r doc/*
fi

if use doc; then
insinto /usr/share/doc/${PF}
doins -r doc/*
if use examples; then
docinto example
dodoc example/*
fi
}

0 comments on commit d7773cd

Please sign in to comment.