Diff eselect-pinentry-0.7.2 with a eselect-pinentry-0.7.2-r1

/usr/portage/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild 2023-10-09 14:52:28.748368331 +0300
1 1
# Copyright 1999-2023 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
DESCRIPTION="Manage /usr/bin/pinentry symlink"
7 7
HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
8
SRC_URI=""
9 8

  
10 9
LICENSE="GPL-2"
11 10
SLOT="0"
12 11
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
13
IUSE=""
14 12

  
15 13
RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"
16 14

  
Thank you!