Diff pass-otp-1.2.0 with a pass-otp-1.2.0-r1

/usr/portage/app-admin/pass-otp/pass-otp-1.2.0-r1.ebuild 2023-10-09 14:52:28.160368317 +0300
1
# Copyright 2018-2021 Gentoo Authors
1
# Copyright 2018-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit bash-completion-r1
7 7

  
......
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14 14
KEYWORDS="amd64 ~ppc64 x86"
15
IUSE="qrcode test"
15
IUSE="test"
16 16
RESTRICT="!test? ( test )"
17 17

  
18 18
DEPEND="test? ( dev-tcltk/expect:* )"
19 19

  
20
RDEPEND=">=app-admin/pass-1.7
20
RDEPEND="
21
	>=app-admin/pass-1.7
21 22
	sys-auth/oath-toolkit
22
	qrcode? ( media-gfx/qrencode )"
23
	media-gfx/qrencode
24
"
23 25

  
24 26
src_compile() {
25 27
	:
Thank you!