Diff psqlodbc-11.01.0000 with a psqlodbc-13.00.0000

/usr/portage/dev-db/psqlodbc/psqlodbc-13.00.0000.ebuild 2023-10-09 14:52:29.336368346 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
8 8
SRC_URI="https://ftp.postgresql.org/pub/odbc/versions/src/${P}.tar.gz"
9 9
SLOT="0"
10 10
LICENSE="LGPL-2"
11
KEYWORDS="amd64 x86"
11
KEYWORDS="~amd64 ~x86"
12 12
IUSE="doc iodbc ssl threads"
13 13

  
14 14
DEPEND="dev-db/postgresql:*[ssl?]
......
17 17
"
18 18
RDEPEND="${DEPEND}"
19 19

  
20
# No tests to run
21
RESTRICT="test"
22

  
20 23
src_configure() {
21 24
	econf \
22 25
		$(use_with iodbc) \
Thank you!