Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/freetds/
Date: Sat, 01 May 2021 18:07:17
Message-Id: 1619892388.2a40e10187be28ea05e1b583f314043ccf38da5e.sam@gentoo
1 commit: 2a40e10187be28ea05e1b583f314043ccf38da5e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 17:50:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 18:06:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a40e101
7
8 dev-db/freetds: drop obsolete LibreSSL support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-db/freetds/freetds-1.2.18.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/freetds/freetds-1.2.18.ebuild b/dev-db/freetds/freetds-1.2.18.ebuild
17 index 1efdc86b187..b865247ced5 100644
18 --- a/dev-db/freetds/freetds-1.2.18.ebuild
19 +++ b/dev-db/freetds/freetds-1.2.18.ebuild
20 @@ -15,7 +15,7 @@ LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos"
23
24 -IUSE="debug gnutls iconv kerberos libressl mssql iodbc odbc ssl static-libs"
25 +IUSE="debug gnutls iconv kerberos mssql iodbc odbc ssl static-libs"
26 # iODBC and unixODBC are mutually-exclusive choices for
27 # the ODBC driver manager. Future versions of FreeTDS
28 # will throw an error if you specify both.