Diff e16-epplets-0.16 with a e16-epplets-0.17

/usr/portage/x11-plugins/e16-epplets/e16-epplets-0.17.ebuild 2023-10-09 14:52:35.960368513 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="Enlightenment DR16 epplets"
7 7
HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
......
31 31
	x11-base/xorg-proto
32 32
"
33 33

  
34
PATCHES=( "${FILESDIR}/${PN}-0.17-musl.patch" )
35

  
34 36
src_configure() {
35 37
	local myconf=(
36 38
		$(use_enable cdaudio)
Thank you!