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 7BDEC13835C for ; Tue, 15 Dec 2020 22:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B2EE088B; Tue, 15 Dec 2020 22:35:21 +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 3D3A7E0886 for ; Tue, 15 Dec 2020 22:35:19 +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 9C9B53408F0 for ; Tue, 15 Dec 2020 22:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56225BD for ; Tue, 15 Dec 2020 22:35:17 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1607959063.3dc60ca59d96a01cb752e05e59b3fe936fa57de1.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-servers/thin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-servers/thin/thin-1.8.0.ebuild X-VCS-Directories: www-servers/thin/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 3dc60ca59d96a01cb752e05e59b3fe936fa57de1 X-VCS-Branch: master Date: Tue, 15 Dec 2020 22:35:17 +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: 3d505923-b452-4f69-b8db-fc99da951bbe X-Archives-Hash: 4385f67b6b0fad345cd6c12be1aa6810 commit: 3dc60ca59d96a01cb752e05e59b3fe936fa57de1 Author: Andrea Postiglione gmail com> AuthorDate: Mon Dec 14 15:17:43 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Dec 14 15:17:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dc60ca5 www-servers/thin-1.8.0: add IUSE Signed-off-by: Andrea Postiglione gmail.com> www-servers/thin/thin-1.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/thin/thin-1.8.0.ebuild b/www-servers/thin/thin-1.8.0.ebuild index bb8cdbb2..2715b040 100644 --- a/www-servers/thin/thin-1.8.0.ebuild +++ b/www-servers/thin/thin-1.8.0.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://github.com/macournoyer/thin/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="doc test" ruby_add_depend " dev-ruby/eventmachine