Diff gkwebmon-0.2-r3 with a gkwebmon-0.2.1

/usr/portage/x11-plugins/gkwebmon/gkwebmon-0.2.1.ebuild 2023-10-09 14:52:35.964368513 +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
......
14 14
KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
15 15

  
16 16
# The Makefile links with -lssl.
17
RDEPEND="app-admin/gkrellm:2[X]
17
RDEPEND="
18
	app-admin/gkrellm:2[X]
18 19
	dev-libs/glib:2
19
	dev-libs/openssl
20
	x11-libs/gtk+:2"
20
	dev-libs/openssl:=
21
	x11-libs/gtk+:2
22
"
21 23
DEPEND="${RDEPEND}"
22 24
BDEPEND="virtual/pkgconfig"
23 25

  
24 26
PATCHES=(
25
	"${FILESDIR}"/${P}-cc-cflags-ldflags.patch
26
	"${FILESDIR}"/${P}-fno-common.patch
27
	"${FILESDIR}"/${PN}-0.2-cc-cflags-ldflags.patch
28
	"${FILESDIR}"/${PN}-0.2-fno-common.patch
27 29
)
28 30

  
29 31
src_compile() {
Thank you!