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 C14C9138330 for ; Mon, 19 Sep 2016 13:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3782821C03E; Mon, 19 Sep 2016 13:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B03821C03E for ; Mon, 19 Sep 2016 13:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2979340917 for ; Mon, 19 Sep 2016 13:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32251248B for ; Mon, 19 Sep 2016 13:17:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1474290554.481db169905f94ac8fe42916ffd0291d93092ea6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/unixODBC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild dev-db/unixODBC/unixODBC-2.3.4.ebuild X-VCS-Directories: dev-db/unixODBC/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 481db169905f94ac8fe42916ffd0291d93092ea6 X-VCS-Branch: master Date: Mon, 19 Sep 2016 13:17:12 +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: 6cb9605f-1811-4d4c-bf5e-f3455508333c X-Archives-Hash: 377dbb541dc16c9bf2a93cd67dab6755 commit: 481db169905f94ac8fe42916ffd0291d93092ea6 Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 19 11:10:33 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 19 13:09:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481db169 dev-db/unixODBC: Added sub-slot dependency for sys-libs/readline. (and sys-libs/ncurses) Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild | 6 +++--- dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild | 6 +++--- dev-db/unixODBC/unixODBC-2.3.4.ebuild | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild b/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild index c309b95..3603cbe 100644 --- a/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,8 @@ RDEPEND="|| ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}] ) - >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] - >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] + >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] + >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )" DEPEND="${RDEPEND} diff --git a/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild b/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild index a4c5d4a..64764ff 100644 --- a/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,8 +18,8 @@ RDEPEND="|| ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}] ) - >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] - >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] + >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] + >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )" DEPEND="${RDEPEND} diff --git a/dev-db/unixODBC/unixODBC-2.3.4.ebuild b/dev-db/unixODBC/unixODBC-2.3.4.ebuild index 27824d3..774fc61 100644 --- a/dev-db/unixODBC/unixODBC-2.3.4.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.4.ebuild @@ -18,7 +18,7 @@ RDEPEND="|| ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] >=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}] ) - >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] + >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"