Diff swappy-1.4.0 with a swappy-1.5.1

/usr/portage/gui-apps/swappy/swappy-1.5.1.ebuild 2023-10-09 14:52:31.172368393 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
	EGIT_REPO_URI="https://github.com/jtheoof/swappy"
14 14
else
15 15
	SRC_URI="https://github.com/jtheoof/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
16
	KEYWORDS="~amd64"
16
	KEYWORDS="amd64"
17 17
fi
18 18

  
19 19
LICENSE="MIT"
20 20
SLOT="0"
21 21

  
22
DEPEND="
22
COMMON_DEPEND="
23 23
	dev-libs/glib:2
24 24
	x11-libs/cairo
25 25
	x11-libs/gdk-pixbuf:2
26 26
	x11-libs/gtk+:3
27 27
	x11-libs/pango
28 28
"
29
RDEPEND="${DEPEND}
29
RDEPEND="${COMMON_DEPEND}
30 30
	media-fonts/fontawesome[otf]
31 31
"
32
DEPEND="${COMMON_DEPEND}
33
	x11-base/xorg-proto
34
"
32 35
BDEPEND="
33 36
	app-text/scdoc
34 37
	sys-devel/gettext
Thank you!