Diff dunst-1.9.2 with a dunst-9999

/usr/portage/x11-misc/dunst/dunst-9999.ebuild 2023-10-09 14:52:35.932368513 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit systemd toolchain-funcs
6
inherit git-r3 systemd toolchain-funcs
7

  
8
EGIT_REPO_URI="https://github.com/dunst-project/dunst"
7 9

  
8 10
DESCRIPTION="Lightweight replacement for common notification daemons"
9 11
HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst"
10
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 12

  
12 13
LICENSE="BSD"
13 14
SLOT="0"
14
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
15
KEYWORDS=""
15 16
IUSE="wayland"
16 17

  
17 18
DEPEND="
......
44 45
	# Respect users CFLAGS
45 46
	sed -e 's/-Os//' -i config.mk || die
46 47

  
47
	# Use correct path for dbus and system unit
48
	# Use correct path for system unit
48 49
	sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
49
	sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in || die
50 50
}
51 51

  
52 52
src_configure() {
Thank you!