Сравнение dcfldd-1.9.2-r1 с dcfldd-1.9.3

/usr/portage/sys-apps/dcfldd/dcfldd-1.9.3.ebuild 2025-12-04 18:18:04.041907086 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
inherit autotools bash-completion-r1
5
inherit autotools
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

  
15 15
DEPEND="virtual/pkgconfig"
16 16

  
......
31 31
	econf --with-bash-completion
32 32
}
33 33

  
34
src_install() {
35
	default
36

  
37
	# Fix Bash completion filename
38
	mv "${D}$(get_bashcompdir)"/dcfldd{-bash_completion,} || die
39
}
40

  
41 34
src_test() {
42 35
	# Just in case upstream add tests in future
43 36
	default
Спасибо!