Diff bbcd-0.3.1-r4 with a bbcd-0.3.1-r5

/usr/portage/x11-misc/bbcd/bbcd-0.3.1-r5.ebuild 2023-10-09 14:52:35.928368512 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit flag-o-matic
6
inherit autotools flag-o-matic
7 7

  
8 8
DESCRIPTION="Basic CD Player for blackbox wm"
9 9
HOMEPAGE="http://tranber1.free.fr/bbcd.html"
......
14 14
KEYWORDS="amd64 ppc x86"
15 15
IUSE=""
16 16

  
17
RDEPEND="media-libs/libcdaudio
17
RDEPEND=">=media-libs/libcdaudio-0.99.12-r4
18 18
	x11-libs/libX11"
19 19
DEPEND="${RDEPEND}
20 20
	x11-libs/libXt"
......
25 25
	"${FILESDIR}"/${P}-gcc4.3.patch
26 26
)
27 27

  
28
src_prepare() {
29
	default
30
	eautoreconf
31
}
32

  
28 33
src_configure() {
29 34
	append-cxxflags -std=c++14
30
	default
35
	econf \
36
		--with-x \
37
		--x-includes=/usr/include/X11 \
38
		--x-libraries=/usr/lib64/x86_64-linux-gnu
31 39
}
32 40

  
33 41
src_install() {
Thank you!