Diff miniflux-2.0.44 with a miniflux-2.0.45

/usr/portage/www-apps/miniflux/miniflux-2.0.45.ebuild 2023-10-09 14:52:35.876368511 +0300
6 6
inherit go-module systemd
7 7

  
8 8
# Get with 'git rev-parse --short HEAD'
9
MY_GIT_COMMIT="4c0c6581"
9
MY_GIT_COMMIT="e234b86a"
10 10

  
11 11
DESCRIPTION="Minimalist and opinionated feed reader"
12 12
HOMEPAGE="https://miniflux.app https://github.com/miniflux/v2"
......
15 15

  
16 16
LICENSE="Apache-2.0 BSD BSD-2 MIT"
17 17
SLOT="0"
18
KEYWORDS="amd64 ppc64 ~riscv"
18
KEYWORDS="~amd64 ~ppc64 ~riscv"
19 19

  
20 20
RESTRICT="test" # requires network access
21 21

  
Thank you!