From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7615358974 for ; Mon, 1 Feb 2016 16:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB91D21C01C; Mon, 1 Feb 2016 16:14:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3108321C030 for ; Mon, 1 Feb 2016 16:14:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06327340B1C for ; Mon, 1 Feb 2016 16:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A148F8 for ; Mon, 1 Feb 2016 16:14:26 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1454343264.1987ae356d6258f4b87edf8ee687d6c28c4ed976.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/socat/socat-1.7.3.1.ebuild net-misc/socat/socat-2.0.0_beta9.ebuild net-misc/socat/socat-9999.ebuild X-VCS-Directories: net-misc/socat/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1987ae356d6258f4b87edf8ee687d6c28c4ed976 X-VCS-Branch: master Date: Mon, 1 Feb 2016 16:14:26 +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: be776ead-8935-44f0-ac18-5f4c71ace628 X-Archives-Hash: 4791da29bf12a41f838a8f2f9239e7a8 commit: 1987ae356d6258f4b87edf8ee687d6c28c4ed976 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Feb 1 16:13:55 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Feb 1 16:14:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1987ae35 net-misc/socat: Set SLOT deps. Package-Manager: portage-2.2.27 net-misc/socat/socat-1.7.3.1.ebuild | 5 ++--- net-misc/socat/socat-2.0.0_beta9.ebuild | 4 ++-- net-misc/socat/socat-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-misc/socat/socat-1.7.3.1.ebuild b/net-misc/socat/socat-1.7.3.1.ebuild index b101e18..3f4e4d0 100644 --- a/net-misc/socat/socat-1.7.3.1.ebuild +++ b/net-misc/socat/socat-1.7.3.1.ebuild @@ -17,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x8 IUSE="ssl readline ipv6 tcpd" DEPEND=" - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) + ssl? ( dev-libs/openssl:0= ) + readline? ( sys-libs/readline:= ) tcpd? ( sys-apps/tcp-wrappers ) " RDEPEND="${DEPEND}" @@ -33,7 +33,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.7.3.0-filan-build.patch } - src_configure() { filter-flags '-Wno-error*' #293324 tc-export AR diff --git a/net-misc/socat/socat-2.0.0_beta9.ebuild b/net-misc/socat/socat-2.0.0_beta9.ebuild index eb67355..1a83319 100644 --- a/net-misc/socat/socat-2.0.0_beta9.ebuild +++ b/net-misc/socat/socat-2.0.0_beta9.ebuild @@ -18,8 +18,8 @@ KEYWORDS="" IUSE="ssl readline ipv6 tcpd" DEPEND=" - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) + ssl? ( dev-libs/openssl:0= ) + readline? ( sys-libs/readline:= ) tcpd? ( sys-apps/tcp-wrappers ) " RDEPEND="${DEPEND}" diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index e931a19..9ebf68b 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -17,8 +17,8 @@ KEYWORDS="" IUSE="ssl readline ipv6 tcpd" RDEPEND=" - ssl? ( >=dev-libs/openssl-0.9.6 ) - readline? ( >=sys-libs/readline-4.1 ) + ssl? ( dev-libs/openssl:0= ) + readline? ( sys-libs/readline:= ) tcpd? ( sys-apps/tcp-wrappers ) " DEPEND="