Diff courier-authlib-0.71.3-r2 with a courier-authlib-0.72.0

/usr/portage/net-libs/courier-authlib/courier-authlib-0.72.0.ebuild 2023-10-09 14:52:34.472368476 +0300
1
# Copyright 1999-2022 Gentoo Authors
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
inherit flag-o-matic
7 7

  
......
11 11

  
12 12
LICENSE="GPL-3"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
14
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
15 15
IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs"
16 16

  
17 17
RESTRICT="!berkdb? ( test )"
18 18

  
19 19
DEPEND="net-mail/mailbase
20
	>=net-libs/courier-unicode-2.2.3:=
20
	>=net-libs/courier-unicode-2.2.6:=
21 21
	virtual/libcrypt:=
22 22
	gdbm? ( sys-libs/gdbm:= )
23 23
	!gdbm? ( sys-libs/db:= )
Thank you!