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 150E8138334 for ; Sun, 16 Dec 2018 07:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46BFE0AE9; Sun, 16 Dec 2018 07:33:46 +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 A68D8E0AE9 for ; Sun, 16 Dec 2018 07:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 981F5335C07 for ; Sun, 16 Dec 2018 07:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C56266 for ; Sun, 16 Dec 2018 07:33:42 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1544945609.dcdb66f17443bec328badb5dce608ed1baec7f3c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/ruby-2.4.5-r1.ebuild dev-lang/ruby/ruby-2.4.5.ebuild dev-lang/ruby/ruby-2.5.3.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dcdb66f17443bec328badb5dce608ed1baec7f3c X-VCS-Branch: master Date: Sun, 16 Dec 2018 07:33:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd81c32c-0b65-43a6-b2ed-99100a835d6c X-Archives-Hash: 0d6cf4d12e4d3465065e034462e19f7a commit: dcdb66f17443bec328badb5dce608ed1baec7f3c Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 16 07:33:29 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 16 07:33:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdb66f1 dev-lang/ruby: enable ssl USE by default Upstream expects this to be present and a ruby without ssl support has a really crippled environment (e.g. it won't be possible to install gems via rubygems or bundler). Bug: https://bugs.gentoo.org/673176 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/ruby/ruby-2.4.5-r1.ebuild | 2 +- dev-lang/ruby/ruby-2.4.5.ebuild | 2 +- dev-lang/ruby/ruby-2.5.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/ruby/ruby-2.4.5-r1.ebuild b/dev-lang/ruby/ruby-2.4.5-r1.ebuild index 9213e9e6408..1555bd43a75 100644 --- a/dev-lang/ruby/ruby-2.4.5-r1.ebuild +++ b/dev-lang/ruby/ruby-2.4.5-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz" LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" berkdb? ( sys-libs/db:= ) diff --git a/dev-lang/ruby/ruby-2.4.5.ebuild b/dev-lang/ruby/ruby-2.4.5.ebuild index e74052eae34..08ddbd30bdb 100644 --- a/dev-lang/ruby/ruby-2.4.5.ebuild +++ b/dev-lang/ruby/ruby-2.4.5.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz" LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" berkdb? ( sys-libs/db:= ) diff --git a/dev-lang/ruby/ruby-2.5.3.ebuild b/dev-lang/ruby/ruby-2.5.3.ebuild index b837e6034f7..227ceca8820 100644 --- a/dev-lang/ruby/ruby-2.5.3.ebuild +++ b/dev-lang/ruby/ruby-2.5.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz" LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" berkdb? ( sys-libs/db:= )