Diff dunst-1.12.2 with a dunst-9999

/usr/portage/x11-misc/dunst/dunst-9999.ebuild 2025-07-29 16:22:17.968470374 +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 15
IUSE="+completions +dunstify wayland +X +xdg"
16 16

  
17 17
DEPEND="
Thank you!