Diff mercury-extras-22.01 with a mercury-extras-22.01.1

/usr/portage/dev-lang/mercury-extras/mercury-extras-22.01.1.ebuild 2023-10-09 14:52:29.464368349 +0300
5 5

  
6 6
inherit multilib vcs-clean
7 7

  
8
PATCHSET_VER="0"
8
PATCHSET_VER="1"
9 9
MY_P=mercury-srcdist-${PV}
10 10

  
11 11
DESCRIPTION="Additional libraries and tools that are not part of the Mercury standard library"
......
15 15

  
16 16
LICENSE="GPL-2 LGPL-2"
17 17
SLOT="0"
18
KEYWORDS="~amd64 ~x86"
18
KEYWORDS="amd64 x86"
19 19

  
20 20
IUSE="cairo examples glut gmp iodbc ncurses odbc opengl ssl tk tommath X xml"
21 21
REQUIRED_USE="?? ( odbc iodbc )"
Thank you!