From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11A771382C5 for ; Thu, 1 Mar 2018 16:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0FCE08D3; Thu, 1 Mar 2018 16:01:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09168E08D3 for ; Thu, 1 Mar 2018 16:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 830BF335C38 for ; Thu, 1 Mar 2018 16:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 112B31F0 for ; Thu, 1 Mar 2018 16:01:38 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1519920077.c1208f74321fb98369588e328ec27952f6518c09.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/myodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/myodbc/myodbc-5.3.10-r1.ebuild dev-db/myodbc/myodbc-5.3.10.ebuild X-VCS-Directories: dev-db/myodbc/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: c1208f74321fb98369588e328ec27952f6518c09 X-VCS-Branch: master Date: Thu, 1 Mar 2018 16:01:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ca8f701-0596-48db-9e28-8403ad451835 X-Archives-Hash: 851b7765522eb47da2a38c5cb9585950 commit: c1208f74321fb98369588e328ec27952f6518c09 Author: Brian Evans gentoo org> AuthorDate: Thu Mar 1 16:01:17 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 1 16:01:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1208f74 dev-db/myodbc: Fix dependencies that do not work with 5.3.10 Closes: https://bugs.gentoo.org/649188 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/myodbc/{myodbc-5.3.10.ebuild => myodbc-5.3.10-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-db/myodbc/myodbc-5.3.10.ebuild b/dev-db/myodbc/myodbc-5.3.10-r1.ebuild similarity index 97% rename from dev-db/myodbc/myodbc-5.3.10.ebuild rename to dev-db/myodbc/myodbc-5.3.10-r1.ebuild index 9fd6b225fc6..63881efa73e 100644 --- a/dev-db/myodbc/myodbc-5.3.10.ebuild +++ b/dev-db/myodbc/myodbc-5.3.10-r1.ebuild @@ -21,13 +21,15 @@ SLOT="${MAJOR}" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -# Does not build with mysql-connector-c +# Does not build with libmariadb RDEPEND=" dev-db/unixODBC[${MULTILIB_USEDEP}] ~virtual/libmysqlclient-18[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] ) + !>=dev-db/mariadb-10.2.0[client-libs(+)] + !dev-db/mariadb-connector-c[mysqlcompat(-)] " DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}