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 306CE1382C5 for ; Tue, 13 Feb 2018 15:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F3EE09EF; Tue, 13 Feb 2018 15:39:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E519DE09EF for ; Tue, 13 Feb 2018 15:39:28 +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 AD286335C2C for ; Tue, 13 Feb 2018 15:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A118C242 for ; Tue, 13 Feb 2018 15:39:25 +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: <1518536345.9a8b3c8b18650945c047cda78bbea4c7cc87be28.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/myodbc/ X-VCS-Repository: proj/mysql X-VCS-Files: 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: 9a8b3c8b18650945c047cda78bbea4c7cc87be28 X-VCS-Branch: master Date: Tue, 13 Feb 2018 15:39:25 +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: 62baae27-0640-4408-ae9f-4d59e083ef37 X-Archives-Hash: 5a99fde378b39a230faa65b6836824fb commit: 9a8b3c8b18650945c047cda78bbea4c7cc87be28 Author: Brian Evans gentoo org> AuthorDate: Tue Feb 13 15:39:05 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 13 15:39:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=9a8b3c8b dev-db/myodbc: Exclude mariadb from myodbc-5.3.10 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Manifest-Sign-Key: D1F781EFF9F4A3B6 dev-db/myodbc/myodbc-5.3.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/myodbc/myodbc-5.3.10.ebuild b/dev-db/myodbc/myodbc-5.3.10.ebuild index 9fd6b22..f4ac130 100644 --- a/dev-db/myodbc/myodbc-5.3.10.ebuild +++ b/dev-db/myodbc/myodbc-5.3.10.ebuild @@ -21,13 +21,14 @@ SLOT="${MAJOR}" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -# Does not build with mysql-connector-c +# Does not build with mariadb 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[client-libs(+)] " DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}