Diff dcfldd-1.8 with a dcfldd-1.9-r1

/usr/portage/sys-apps/dcfldd/dcfldd-1.9-r1.ebuild 2023-10-09 14:52:35.364368498 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
inherit autotools
5
inherit autotools bash-completion-r1
6 6

  
7 7
DESCRIPTION="enhanced dd with features for forensics and security"
8 8
HOMEPAGE="https://github.com/resurrecting-open-source-projects/dcfldd"
......
10 10

  
11 11
LICENSE="GPL-2"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~ppc ~riscv x86"
13
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
14 14
DOCS=(
15 15
	AUTHORS
16 16
	CONTRIBUTING.md
......
23 23
	default
24 24
	eautoreconf
25 25
}
26

  
27
src_install() {
28
	default
29
	newbashcomp doc/dcfldd-bash_completion dcfldd
30
}
Thank you!